body {
    display: none;
}
@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

html body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: block;
    background-color: transparent!important;
}
html:not(.designer) body.theme-entry [name*="topics_temp"] {
    text-align: center!important;
}
#userProfileModal{
    left: 1rem;
    top:2rem;
    transform:none;
    width: fit-content;
    min-width: 19.5rem;
    height:fit-content;
}
.light #userProfileModal .username{
    color: var(--Navy-blue)!important;
}
#userProfileModal .username{
    color:white!important;
}
.closeModalSettings path{
    stroke:white;
    transition: all .4s ease-in-out;
}
.light .closeModalSettings path{
    stroke: #002134;
    stroke-opacity: 0.8;
}
.light #userProfileModal .modal-body a span,
.light #userProfileModal .modal-body .langSwitchContainer span{
    color:var(--Navy-blue);
}
 #userProfileModal .modal-body a span,
 #userProfileModal .modal-body .langSwitchContainer span{
    color:white;
    height: unset;
    min-height: unset;
}
 #userProfileModal .modal-body .langSwitchContainer span.switchLangTxt{
     background-color:#F1F5F9;
     padding:.5rem 1rem;
     border-radius:.5rem;
     font-size:var(--fs-caption);
     color: var(--Navy-blue);
 }
#userProfileModal .modal-body a svg,
#userProfileModal .modal-body .langSwitchContainer .leftSection svg{
    height:1.3rem;
    width:auto;
    filter:brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}
.light #userProfileModal .modal-body a svg,
.light #userProfileModal .modal-body .langSwitchContainer .leftSection svg{
    filter:none;
}
#userProfileModal .modal-body a{
    gap:1rem;
    display:flex;
    align-items:center;
    padding: 0.5rem 1rem;
    border-radius: .5rem;
}
#userProfileModal .modal-body a.lang-toggle-link{
    background-color:#F1F5F9!important;
    color:var(--Navy-blue);
    border-radius:.5rem;
    height:2rem;
    min-height:2rem;
}
#userProfileModal .modal-body a.disabled{
    opacity:.7;
    pointer-events:none;
}
#userProfileModal .modal-body .langSwitchContainer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top: 0.8rem;
    transition: all .3s ease-in-out;
}
#userProfileModal .modal-body .langSwitchContainer .leftSection{
    display: flex;
    gap: 1rem;
    align-items: center;
}
#userProfileModal .modal-body{
padding:1rem 0;
}
#userProfileModal .modal-body .langSwitchContainer:hover{
    background-color: rgb(255 255 255 / 15%);
}
.light #userProfileModal .modal-body .langSwitchContainer:hover{
    background-color: rgb(0 33 52 / 10%);
}
#userProfileModal.show{
    display:flex;
}
#userProfileModal .modal-dialog{
    margin:0;
    width:100%;
}
#userProfileModal .modal-dialog .modal-content{
    border:none;
    border-radius:1rem;
    padding:0rem 1rem;
    background-color: rgb(4 48 73);
}
html:not(.designer).light #userProfileModal .modal-dialog .modal-content{
    background-color:white;
}
.language-switcher svg{
    display:none;
}
#userProfileModal .modal-dialog .modal-content .language-switcher .toolbar-button{
    background-color:var(--Navy-blue)!important;
    display:flex;
    justify-content:center;
    padding:.3rem!important;
    border-radius:.5rem;
    min-width:unset!important;
    height: 2.7rem!important;
    min-height: unset;
    transition: all .3s ease-in-out;
    align-content: center;
}
#userProfileModal .modal-dialog .modal-content .language-switcher .toolbar-button:hover{
    background-color: var(--Navy-blue-low-opacity)!important;
}
.light #userProfileModal .modal-dialog .modal-content .language-switcher .toolbar-button{
    background-color:#F1F5F9!important;
    min-height: unset;
    height: 2rem!important;
    line-height: unset;
}
.light #userProfileModal .modal-dialog .modal-content .language-switcher .toolbar-button:hover{
    background-color:var(--Navy-blue);
    color:white;
}
#userProfileModal .modal-dialog .modal-content .language-switcher .toolbar-button .button-text{
    margin:0!important;
    font-size: var(--fs-caption);
    min-height: unset;
    height: unset;
    line-height: 1;
}
.loadMoreBtn {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 1rem;
    text-align: center;
    padding: .6rem;
    margin-top: 0;
}

.resquestText {
    display: flex;
    align-items: baseline;
    margin-top: 1.5rem;
}

.userProfile,
.userProfile .userInformations {
    width: 100%;
}

.spinner-container {
    display: flex;
    justify-content: center;
}

div#requests-label {
    margin-left: .4rem;
    font-size: 1rem;
    color: grey;
    font-family: var(--regularFont);
    margin-bottom: unset;
    font-weight: 400;
}

html body ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

html body .overlayShadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0 0 0 / 70%);
    z-index: 2;
    display: none;
    transition: all 1s ease-in-out;
}

html body .overlayShadow.active {
    display: block;
}

html body ul.links>li {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: .5rem;
}

html body ul.links>li.active {
    font-family: var(--mediumFont);
}
.status-items {
    max-height: 66%;
    overflow-y: auto;
    padding: 0 1rem;
}
html:not(.designer).light .sideBarLinksGroup a {
    color: var(--Navy-blue);
    max-width: 80%;
}
html:not(.designer).light  .sideBarLinksGroup li:not(.isSubMenu):has(a.disabled) {
    color: var(--Navy-blue-low-opacity) !important;
    pointer-events: none !important;
    opacity: .4;
}
html:not(.designer) .sideBarLinksGroup li:not(.isSubMenu):has(a.disabled) {
    color: #ffffff !important;
    pointer-events: none !important;
    opacity: .4;
}
li.noSubChildren::after {
    display: none
}

.sideBarLinksGroup .links {
    margin-bottom: unset;
}

.sideBarLinksGroup .icon {
    width: 1.2rem;
    height: auto;
    display: flex;
    justify-content: center;
}

.sideBarLinksGroup .icon img {
    width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}

html:not(.designer).light .sideBarLinksGroup .icon img,
.sideBarLinksGroup li.active .icon img,
.sideBarLinksGroup li:hover .icon img{
    filter:none;
}

.light .sidebar ul>li:hover {
    background-color: #f3e7e7;
}

html:not(.designer) .sidebar ul.links>li.isSubMenu:hover,
html:not(.designer) .sidebar ul.links>li.active,
html:not(.designer) .sidebar ul.links>li:hover{
    color: var(--Navy-blue);
    background-color: white;
}
html:not(.designer).light .sidebar ul>li:hover,
html:not(.designer).light .sidebar ul>li.active {
    background-color: #f3e7e7;
    color: var(--Navy-blue);
}
html:not(.designer).light .sidebar ul>li:hover img, 
html:not(.designer).light .sidebar ul.links>li.active img,
html:not(.designer).light .sidebar ul.links>li:hover img{
    filter:none;
}
html:not(.designer) .userInformations .username {
    color: #ffffff;
}
html:not(.designer) .userInformations .profileUpper svg path{
    stroke:white;
}
html:not(.designer).light .userInformations .profileUpper svg path{
    stroke:var(--Navy-blue);
}
html:not(.designer).light .userInformations .userPosition {
    color: rgb(0 33 52 / 70%);
}

html:not(.designer).light .sidebar ul>li.active img,
html:not(.designer).light .sidebar ul>li:hover img {
    filter: unset !important;
}

html:not(.designer).light .sidebar ul>li:hover a,
html:not(.designer).light .sidebar ul>li.active a {
    color: var(--Navy-blue);
}

html body ul.links li .icon {
    margin-right: 1rem;
}
html body ul.links li a{
    width:80%;
}
li.isSubMenu {
    position: relative;
}
.light li.isSubMenu.open{
    background-color:white;
}
li.isSubMenu.open{
    background-color:var(--Navy-blue-low-opacity);
}
li.isSubMenu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("/Runtime/Styles/Style%20profile/images/net/Chevron\ Down.svg");
    height: .8rem;
    width: .8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    filter:brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}
.light li.isSubMenu::after,
html:not(.designer) .sidebar ul>li:hover::after, 
html:not(.designer) .sidebar ul>li.active::after{
    filter:none;
}
.container {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

header {
    opacity: 0;
    transform: translateY(-100%);
    animation: 1s fadeDown forwards;
}

.subPanel {
    z-index: 0;
    position: fixed;
    background-color: #043049;
    height: 100vh;
    width: 29rem;
    left: 19.5rem;
    top: 0;
    bottom: 0;
    transform: translateX(-200%);
    z-index: 3;
    transition: all 1s ease-in-out;
    padding: 3rem 2rem;
    border-top-right-radius: 1.5rem;
}
.theme-entry .stack-container .stack{padding:0;}
.light .subPanel {
    background-color: white;
}

.subPanel.active {
    transform: translateX(0%)!important;
}

.subPanel .subSectionTitle {
    margin-bottom: 2.8rem;
    font-family: var(--mediumFont);
    font-size: 1.5rem;
    color: white;
}

.light .subPanel .subSectionTitle {
    color: var(--Navy-blue);
}

.subPanel ul li {
    background-color: #002134;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.light .subPanel ul li {
    background-color: #f1dfda;
}

.light .subPanel ul li:hover {
    background-color: #dac6c0;
}

.subPanel ul li:hover {
    background-color: var(--Navy-blue-low-opacity);
}

.subPanel ul li .icon {
    margin-right: 1rem;
    background-color: #04324C;
    padding: .5rem;
    width: 2.5rem;
    display: flex;
    height: 2.5rem;
    border-radius: .5rem;
}

.light .subPanel ul li .icon {
    background-color: white;
}

.subPanel ul li .icon img {
    height: auto;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}

.light .subPanel ul li .icon img {
    filter: none;
}

.subPanel ul li a {
    font-size: 1.05rem;
    color: white;
}

.light .subPanel ul li a {
    color: var(--Navy-blue);
}

html body header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.profilePhoto {
    width: 100%;
    height: auto;
     filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}

html:not(.designer).light .profilePhoto {
   filter:none;
}

html body header .dashboardIntro h3 {
    font-family: var(--mediumFont);
}

html body header a.logo {
    width: 11rem;
    display: block;
}

html body header a.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

html:not(.designer) body aside.sidebar {
    width: var(--sidebar_width_body_padding);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 2rem 0.7rem;
    border-right: var(--Sidebar_border);
    z-index: 4;
    background-color: var(--Sidebar_Background_Color);
    opacity: 0;
    transform: translateX(-100%);
}
html body aside.sidebar.open {
    transform: translateX(0);
    opacity: 1;
}

html body aside.sidebar .userSettings {
    justify-content: space-between;
}

html body .sidebar .notifications {
    border: none;
    background-color: transparent;
    min-width: unset;
    width: 3.3rem;
    padding-right: unset;
    height: auto;
}

html.light body .sidebar .notifications svg,
html body .sidebar .notifications img {
    display: none;
}

html.light body .sidebar .notifications svg {
    display: none;
}

html body .sidebar .notifications img,
html body .sidebar .notifications svg {
    height: auto;
    width: 100%;
}
html.light body .sidebar .notifications img{
    display:flex;
}
html body .userProfilePhoto {
    margin-right: 1rem;
    border-radius: 0.8rem;
    overflow: hidden;
    width: 3rem;
}

html:not(.designer).light .icon-popup::before {
    border-color: transparent transparent #fcfcfc transparent;
}

html body .sideBarLinksGroup .categoryName {
    margin: 3rem 1rem 1rem;
    color: rgb(255 255 255 / 70%);
    font-size: var(--fs-caption);
}

html:not(.designer).light .sideBarLinksGroup .categoryName {
    color: rgb(0 33 52 / 70%);
}

html body  .userInformations .username {
    font-size: 1.14rem;
    font-family: var(--mediumFont);
    position: relative;
    
    width: 100%;
}
html.light body .userInformations .username{
    color: var(--Navy-blue)!important;
}
html body .userSettings .userInformations .username::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("/Runtime/Styles/Style%20profile/images/net/Chevron%20Down.svg");
    background-size: contain;
    height: .8rem;
    width: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

html body .userInformations .userPosition {
    font-size: .9rem;
    color: white!important;
}
html.light body .userInformations .userPosition {
    font-size: .9rem;
    color: rgb(0 33 52 / 70%)!important;
}
html body .kpiCards {
    gap: 1rem;
}


html:not(.designer) body.theme-entry .card .kpiIcon {
    padding: .6rem;
     background-color: #002134;
    display: flex;
    border-radius: .5rem;
}


html:not(.designer).light body.theme-entry .card .kpiIcon {
    background-color: #F4E7DB;
}

html:not(.designer) body.theme-entry .card img {
    object-fit: contain !important;
    filter: brightness(0) invert(1);

}

html:not(.designer).light body.theme-entry .card img {
    filter: none;
}



html body .kpiCards .card {
    width: 100%;
    height: 9rem;
    border: 1px solid #E5E4DE;
    border: none;
    border-radius: 1rem;
    opacity: 0;
    transform: translateY(100%);
    animation: 1s fadeUp forwards;
    flex-grow: 1;
    font-family: var(--regularFont);
    padding: 1rem;
    aspect-ratio: calc((140px * 7rem)/2);
}

html body .kpiCards .card:nth-child(1) {
    animation-delay: .3s;
}

html body .kpiCards .card:nth-child(2) {
    animation-delay: .6s;
}

html body .kpiCards .card:nth-child(3) {
    animation-delay: .9s;
}

html body .kpiCards .card:nth-child(4) {
    animation-delay: 1.2s;
}

html body .kpiCards .card .card-body,
html body .marketingKPIs .card .card-body {
    padding: 0 .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html body .kpiCards .card .card-body .kpiIcon,
html body .marketingKPIs .card .card-body .kpiIcon {
    position: absolute;
    top: 2rem;
    right: 1rem;
    height: 2.6rem;
    width: 2.6rem;
}

html body .kpiCards .card .card-body .kpiIcon img,
html body .marketingKPIs .card .card-body .kpiIcon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    align-self: center;
    margin: auto;
}

html body .kpiCards .card .card-body .kpiValue,
html body .marketingKPIs .card .card-body .kpiValue {
    font-size: var(--fs-h2);
    
    color: white;
    font-family: var(--mediumFont);
    margin-bottom: 0rem;
}

html:not(.designer).light .kpiCards .card .card-body .kpiValue,
html:not(.designer).light .marketingKPIs .card .card-body .kpiValue {
    color: var(--Navy-blue);
}

html body .kpiCards .card .card-body .kpiName,
html body .marketingKPIs .card .card-body .kpiName {
    font-size: var(--fs-caption);
    color: white;
}

html:not(.designer).light .kpiCards .card .card-body .kpiName,
html:not(.designer).light .marketingKPIs .card .card-body .kpiName {
    
    color: var(--Secondary-navy-blue);
}

html body .requestsTile {
    opacity: 0;
    transform: translateY(100%);
    animation: 1s fadeUp forwards;
    width: 100%;
}

html body .card.popularRequests.NoDataSection .card-body {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Runtime/Styles/Style%20Profile/images/dark.png);
}

html.light body .card.popularRequests.NoDataSection .card-body {
    background-image: url(/Runtime/Styles/Style%20Profile/images/light.png);
}

html body .requestsTile .card {
    height: 100%;
    border-radius: 1.2rem;
    border: 1px solid #E5E4DE;
    border: none;
}

html:not(.designer).light .card,
html:not(.designer).light .myRequestsTable,
html:not(.designer).light .pendingRequestsTable {
    background-color: white;
}
html:not(.designer) .card,
html:not(.designer) .myRequestsTable,
html:not(.designer) .pendingRequestsTable {
    background-color: rgb(4 50 76 / 90%);
}
html body .requestsTile .card .card-header,
html body .marketingoverview .card-header,
html body .popularRequests .card-header,
html body .userSatisfaction .card-header,
html body .averageTime .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}

html body .requestsTile .card .card-header {
    padding: 1.5rem 2rem 1rem;
}

html body .requestsTile .card .card-body {
    padding: 0rem 2rem 2rem;
    border: none !important;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 8px;
}

.requests-total {
    font-size: 2.1rem;
    color: #333;
    margin-bottom: 0.7rem;
    font-family: var(--mediumFont);
    color: var(--Navy-blue);
}

.progress-bar-container {
    display: flex;
    height: 0.8rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background-color: rgb(0 0 0 / 10%);
}

.light .progress-bar-container {
    background-color: rgb(0 0 0 / 50%);
}

.request-progress-zone {
    height: 100%;
}

.marketing-request {
    background-color: #9993c9;
}

.request-a-study {
    background-color: #f09689;
}

.branch-visit-notes {
    background-color: #2a313b;
}

html:not(.designer).light .branch-visit-notes {
    background-color: white;
}

.other {
    background-color: #e5e3d7;
}

.request-cards {
    display: flex;
    font-family: var(--regularFont) !important;
    font-size: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    
    border: 1px solid rgb(255 255 255 / 12%);
    flex-direction: column;
    width: 100%;
}

html:not(.designer).light .request-cards {
   border: 1px solid rgb(0 0 0 /10%);
}

html:not(.designer).light .request-card:nth-child(4n+1),
html:not(.designer).light .request-card:nth-child(4n+2){
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.request-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-top: 0;
    padding: .8rem 1.2rem;
    border-right: none;
}

.request-card:nth-child(4) {
    border-bottom: none;
}

.request-name {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1.5rem;
}

html:not(.designer).light .request-name span,
html:not(.designer).light .request-cards,
html:not(.designer).light .request-card .percentage,
html:not(.designer).light .requests-total,
html:not(.designer).light div#requests-label {
    color: inherit;
}
html:not(.designer) .request-name span,
html:not(.designer) .request-cards,
html:not(.designer) .request-card .percentage,
html:not(.designer) .requests-total,
html:not(.designer) div#requests-label {
    color: white;
}
.not-available .request-name::before {
    display: none !important;
}

.not-available .request-name {
    opacity: .7;
    padding: 0;
}

.request-name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    margin-right: .5rem;
    height: .8rem;
    width: .8rem;
}

.request-card:nth-child(1) .request-name::before {
    background-color: var(--Purple);
}

.request-card:nth-child(3) .request-name::before {
    background-color: white;
}


html:not(.designer).light .request-card:nth-child(3) .request-name::before {
    background-color: var(--Navy-blue);
}

.request-card:nth-child(2) .request-name::before {
    background-color: var(--Orange);
}

.request-card:nth-child(4) .request-name::before {
    background-color: var(--pb-4);
}

.percentage {
    color: #333;
}

.subPanel .closeSubpanel {
    background-color: #FFA08C;
    height: 3.5rem;
    width: 3.5rem;
    transition: all .3s ease-in-out;
    padding: 1.2rem;
    position: absolute;
    top: 2rem;
    right: -3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    cursor: pointer;
}
.subPanel .closeSubpanel svg path{
    stroke:var(--Navy-blue);
}
.light .subPanel .closeSubpanel svg path{
    stroke:#ffffff;
}
.light .subPanel .closeSubpanel {
    background-color: var(--Navy-blue);
}

.light .subPanel .closeSubpanel:hover {
    background-color: rgb(255 160 140 / 60%) !important;
}
.subPanel .closeSubpanel:hover svg path{
    stroke:white;
}
[name="headerLogo"] {
    width: 13rem;
    height: 4rem !important;
    margin: 1rem 0;
    padding: 0 1rem !important;
}

[name="headerLogo"] img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

html:not(.designer).light [name="headerLogo"] img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}

.subPanel .closeSubpanel:hover {
    background-color: var(--Navy-blue-low-opacity);
}

.subPanel .closeSubpanel svg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.myRequestsTable,
.pendingRequestsTable {
    background-color: white;
    border-radius: 1rem;
    border: 1px solid #E5E4DE;
    border: none;
    padding: 1rem 1rem;
    font-size: 1rem;
    opacity: 0;
    transform: translateY(100%);
    font-family: var(--regularFont);
    animation: 1s fadeUp 1.5s forwards;
    margin-bottom: 0rem;
    margin-top: 1rem;
    position: relative;
}

.paginationIcons.d-flex.align-items-center {
    align-items: baseline !important;
}

.myRequestsTable>div:first-child,
.pendingRequestsTable>div:first-child {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 1rem;
}

.NoDataTable>.d-flex:first-child {
    display: none !important;
}
.myRequestsTable tbody tr td:first-child {
    font-family: var(--mediumFont);
}

.table tbody tr {
    border-bottom: var(--Table_Row_Border);
}
.myRequestsTable .sort svg {
    width: 1.3rem;
    height: auto;
    margin-left: 1rem;
}
.sort svg path {
    opacity: 1 !important;
    stroke: rgb(255 255 255 / 50%) !important;
}
.sort svg.inactive path {
    stroke: rgb(255 255 255 / 50%) !important;
    opacity: 1 !important;
}
.sort svg.ascending path:nth-child(1) {
    stroke: rgb(255 255 255 / 100%) !important;
}
.sort svg.descending path:nth-child(2) {
    stroke: rgb(0 33 52 / 100%) !important;
    stroke: rgb(255 255 255 / 100%) !important;
}
html:not(.designer).light .sort svg path {
    opacity: 1 !important;
    stroke: rgb(0 33 52 / 50%) !important;
}

html:not(.designer).light .sort svg.inactive path {
    stroke: rgb(0 33 52 / 50%) !important;
    opacity: 1 !important;
}

html:not(.designer).light .sort svg.ascending path:nth-child(1) {
    stroke: rgb(255 255 255 / 100%) !important;
    stroke: rgb(0 33 52 / 100%) !important;
}

html:not(.designer).light .sort svg.descending path:nth-child(2) {
    
    stroke: rgb(0 33 52 / 100%) !important;
}

.tableHeader,
html body .requestsTile .card .card-header h2,
html body .col-lg-3 .card .card-header h2,
html body .marketingoverview .card-header h2,
html body .popularRequests .card-header h2,
html body .userSatisfaction .card-header h2,
html body .averageTime .card-header h2 {
    color: var(--View_Title_Color);
    font-family: var(--mediumFont) !important;
    font-size: var(--fs-h6);
    margin-bottom: unset;
}

.pendingRequestsTable table {
    margin-top: 1.5rem !important;
}
td[data-title="Actions"] .dropdown-custom button {
    background-color: #05263A;
    border-radius: .8rem;
    display: flex;
    justify-content: center;
    margin: auto;
    min-width: 8rem;
    align-content: center;
    color: white;
    font-size: var(--fs-button);
}
td[data-title="Actions"] .dropdown-custom button.choosen {
    flex-direction: row-reverse;
    pointer-events: none;
}
html:not(.designer).light td[data-title="Actions"] .dropdown-custom button {
    background-color: #05263A;
    background-color: #f1dfda;
    color: inherit;
}
html:not(.designer).light .dropdown-menu-custom {
    background-color: #ffffff;
}
html:not(.designer).light .Select-btn .small-logo-chevron {
    filter: none;
}
td[data-title="Request Number"] {
    font-family: var(--mediumFont);
}
.search-box {
    position: relative;
    max-width: 100% !important;
    width: 100%;
    cursor: pointer;
}
html:not(.designer).light .search-box::before {
    filter: none;
}
.search-box::before {
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/Runtime/Styles/Style%20profile/images/net/search.svg");
    background-size: contain;
    height: 1.3rem;
    width: 1.3rem;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}
.search-box input {
    padding-left: 2.5rem;
    border: 1px solid #ddd;
    border-radius: 0.6rem;
    background-color: rgb(217 217 217 / 5%);
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: white!important;
    font-size: var(--fs-body);
}
html:not(.designer).light .search-box input{
    color:inherit;
}
html:not(.designer) .search-box input {
    border: 1px solid rgb(221 221 221 / 10%)!important;
    background-color: rgb(0 33 52 / 30%) !important;
}
html:not(.designer).light .search-box input,
html:not(.designer).light .search-box input::placeholder {
    color: inherit;

    background-color:transparent!important;
}
html:not(.designer).light .search-box input{
    border: 1px solid rgb(0 0 0 / 10%)!important;
    background-color:transparent!important;
}
html:not(.designer) .search-box input,
html:not(.designer) .search-box input::placeholder {
    color: #ffffff;
}
html:not(.designer).light .search-box input,
html:not(.designer).light .search-box input::placeholder {
    opacity: .7;
    color: #000000!important;
}
.search-box svg {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 1.2rem;
    width: 1.2rem;

}
.status {
    border-radius: .5rem;
    padding: .4rem 1rem;
}

.status.in-progress span {
    background-color: #3A3A05;
    color: #DACE6E;
}

.badge-returned {
    background-color: #FCE8E1;
    color: #DE6D4D;
}

.badge-draft {
    background-color: #dbeafe;
    color: #0D567F;
    background-image: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.732) 10px,
            rgba(255, 255, 255, 0.692) 15px);
}

.status.completed span {
    background-color: var(--Completed);
    color: #2B7635;
}

.editRow a {
    background-color: #F1DFDB;
    border: 1px solid #e5e5e5;
    color: var(--text-color);
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.2s;
}

.editRow a.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.sort-icon {
    color: #999;
    font-size: 12px;
    margin-left: 4px;
}

.request-number {
    display: flex;
    align-items: center;
    gap: .5rem;
    position: relative;
    padding-left: 2rem;
    padding-left: 1.6rem;
}

th,
td,
thead,
tbody {
    border: none !important;
}
table td .request-number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("/Runtime/Styles/Style%20profile/images/net/External_Link.svg");
    background-size: contain;
    height: 1rem;
    width: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

html:not(.designer).light table td .request-number::before {
   filter:none;
}

table td .editRow a {
    position: relative;
}

table td .editRow a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("/Runtime/Styles/Style%20profile/images/net/edit.svg");
    background-size: contain;
    height: 1rem;
    width: 1rem;
    background-repeat: no-repeat;
    background-position: center;
}

html:not(.designer) body.theme-entry .table thead th:last-child,
html:not(.designer) body.theme-entry .table tbody td:last-child {
      position: sticky;
      right: 0;
      z-index: 2;
      background-color: #04304a;
      height: auto;
      border: none;
      padding-left: 1.3rem !important;
      padding-right: 1.3rem !Important;
      overflow: visible !important;
}
html:not(.designer).light body.theme-entry .table thead th:last-child, 
html:not(.designer).light body.theme-entry .table tbody td:last-child{
    background-color: white;
}
.table tbody td:last-child:has(.dropdown-custom.active) {
    z-index: 100000;
}
/* Ensure dropdown is visible */
.table tbody td:last-child:has(.dropdown-custom.active) {
    z-index: 1000 !important;
}

/* Fix dropdown menu positioning */
td[data-title="Actions"] .dropdown-custom {
    position: relative;
    overflow: visible !important; /* Important change */
}

.dropdown-menu-custom {
    position: absolute !important;
    z-index: 1001 !important;
    top: 100% !important;
    right: 0 !important;
    transform: none !important;
    min-width: max-content !important;
    background: #05263A;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 0.5rem;
}

/* Ensure dropdown menu is above everything */
.dropdown-custom.active .dropdown-menu-custom {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Fix for light theme */
html:not(.designer).light body.theme-entry .table tbody td:last-child {
    background-color: white;
}

html:not(.designer).light .dropdown-menu-custom {
    background-color: #ffffff;
}
.table thead th:last-child::before,
.table tbody td:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: 1.1rem;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.12) 10%, transparent);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.table-container.scrolled td:last-child::before,
.table-container.scrolled th:last-child::before {
    opacity: 0;
}

.table-container.dragging {
    cursor: grabbing;
    user-select: none;
}

.table-container.scrolled::after {
    opacity: 1;
}

.table thead th:last-child {
    z-index: 1;
    background-color: #F8EFE8;
}

.table-container {
    overflow: auto visible!important;
    scrollbar-width: none;
    transition: all .3s ease-in-out;
    position: relative;
    width: 100%;
    padding-bottom: 0rem;
}


.table-container>.d-flex {
    position: fixed;
    bottom: 1rem;
    width: calc(100% - 3rem);
    flex-direction: row !important;
}

.table-container::-webkit-scrollbar {
    height: .5ren;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.table-container::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: .5rem;
    transition: all .3s ease-in-out;
}

/* Initially hidden */
.table-container::-webkit-scrollbar,
.table-container::-webkit-scrollbar-thumb {
    background: transparent;
    transition: all .3s ease-in-out;
}

.pendingRequestsTable .table thead th {
    padding: 1rem 0 !important;
    white-space: nowrap;
}

.pendingRequestsTable .table thead th.sort svg {
    height: 1rem;
    width: 1rem;
}

html:not(.designer).light thead tr {
    background-color: unset;
}

thead tr {
    background-color: var(--Table-header);
    padding: .4rem 0 !important;
}

html:not(.designer).light .table thead th {
    
    background-color:rgb(244 231 219) !important;
    color: white !important;
}

thead tr th:last-child span {
    border-right: unset;
    text-align: center!important;
}

.table thead th {
    border: none;
    padding: 0.9rem 0 !important;
    background-color: #002134 !important;
    position: relative;
}

.table thead th.statusColumn span {
    text-align: center;
}

thead th span {
    
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0 1rem;
    width: 100%;
    display: block;
}

html:not(.designer).light thead th:not(:last-child) span {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

thead th:first-child {
    border-radius: 0.8rem 0 0 0.8rem;
}

thead th:last-child {
    border-radius: 0 0.8rem 0.8rem 0;
    border-right: none;
}

html:not(.designer) body.theme-entry .table tbody td {
    padding: 0.8rem .5rem !important;
    vertical-align: middle;
    color: var(--Table_Body_Color)!important;
    background-color: transparent;
    width: auto;
    min-width: fit-content;
    white-space: nowrap;
    font-size: var(--fs-caption);
}

.table tbody tr:last-child {
    border-color: transparent !important;
}

.request-number {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0.5rem;
}

.myRequestsTable tbody td:last-child {
    display: flex;
    justify-content: center;
}

.myRequestsTable div:first-child {
    margin-bottom: 0.5rem;
}

.request-number:hover {
    text-decoration: underline;
}

.status span {
    padding: 0.4rem .1rem !important;
    border-radius: 0.5rem;
    font-weight: 500;
    width: 6rem;
    border: 1px solid hwb(0deg 0% 100% / 6%);
    width: 100%;
    font-family: var(--mediumFont);
    display: block;
    text-align: center;
    font-size: var(--fs-caption);
}

html:not(.designer).light .status.in-progress span {
    background-color: #EEE7D7;
    color: #AE9866;
}

.status.returned span {
    background-color: #7D4A3B;
    color: #FFBBA8;
}

html:not(.designer).light .status.returned span {
    background-color: #FCE8E1;
    color: #DE6D4D;
}

.status.savedasdraft span,
.status.saveasdraft span{
    background-color: #dbeafe;
    color: #0D567F;
    background-image: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.732) 10px,
            rgba(255, 255, 255, 0.692) 15px);
}


/* Loader */
.dropdown-custom .spinner-border {
    height: 1rem;
    width: 2rem;
    background-size: .5rem .5rem;
    margin: auto;
}

.spinner-border {
    width: 50px;
    height: 28px;
    --_g: no-repeat radial-gradient(farthest-side, #ffffff 94%, #0000);
    background:
        var(--_g) 50% 0,
        var(--_g) 100% 0;
    background-size: 12px 12px;
    position: relative;
    animation: l23-0 1.5s linear infinite;
    border: unset;
    border-radius: unset;
    vertical-align: unset;
    margin-top: 5rem;
}
.spinner-border.light{
     --_g: no-repeat radial-gradient(farthest-side, #002134 94%, #0000);
}

.dropdown-custom .spinner-border {
    display: none;
    margin: 0;
    left: 37%;
    top: 50%;
    transform: translate(-50%) !important;
}

.dropdown-loader .spinner-border {
    display: block;

}

.dropdown-custom .spinner-border:before {
    height: .5rem;
    width: .5rem;
}

.spinner-border:before {
    content: "";
    position: absolute;
    height: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffffff;
    left: 0;
    top: 0;
    animation:
        l23-1 1.5s linear infinite,
        l23-2 0.5s cubic-bezier(0, 200, .8, 200) infinite;
}

html:not(.designer).light .spinner-border:before{
    background:#002134!important;
}
html:not(.designer).light .spinner-border {
    --_g: no-repeat radial-gradient(farthest-side, #002134 94%, #0000);
}



html:not(.designer).light .spinner-border:before {
    background: #002134;
}




@keyframes l23-0 {

    0%,
    31% {
        background-position: 50% 0, 100% 0
    }

    33% {
        background-position: 50% 100%, 100% 0
    }

    43%,
    64% {
        background-position: 50% 0, 100% 0
    }

    66% {
        background-position: 50% 0, 100% 100%
    }

    79% {
        background-position: 50% 0, 100% 0
    }

    100% {
        transform: translateX(calc(-100%/3))
    }
}

@keyframes l23-1 {
    100% {
        left: calc(100% + 7px)
    }
}

@keyframes l23-2 {
    100% {
        top: -0.1px
    }
}

/* Loader End */

html:not(.designer).light .status.submit span,
html:not(.designer).light .status.completed span {
    background-color: #DEFCE2;
    color: #2B7635;
}

.status.submit span,
.status.completed span {
    
    background-color: #053A2B;
    color: #75E5B0;
    
}

.status.awaitingfeedback span {
    background-color: #EFEDF7;
    color: #706EC5;
}

.btn-edit {
    background-color: #05263A;
    border: 1px solid #05263A;
    color: white;
    padding: 0.3rem 0.9rem;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.2s;
    width: fit-content;
}

html:not(.designer).light .btn-edit {
    background-color: #F1DFDB;
    border: 1px solid #e5e5e5;
    color: var(--Navy-blue);
}

.btn-edit img {
    height: .9vw;
    width: .9vw;
     filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}

html:not(.designer).light .btn-edit img {
    filter: none;
}

.btn-edit.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.sort-icon {
    color: #999;
    font-size: 12px;
    margin-left: 4px;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-header,
.actions-header,
.actions-body,
.status-body {
    text-align: center;
}

.satisfaction-card {
    padding: 2rem;
    margin-top: 2rem;
    width: 100%;
}

.rating-bars {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.rating-bar {
    flex: 1;
    height: 15px;
    border-radius: 5px;
    background: #FEE6E2;
    position: relative;
    overflow: hidden;
}

.rating-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FF9581;
    width: 0%;
}

.averageTime-card {
    margin-top: 1rem;
    width: 100%;
}

.averageTime-card .card-header,
html body .col-lg-3 .card .card-header {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}

.averageTime-card .card-body {
    display: flex;
    align-items: center;
    gap: 1rem;

}

.averageTime-card .card-body p {
    margin-bottom: 0;
    color: var(--paragraph-color);
}

.averageTime-card .card-body h5 {
    margin-bottom: 0;
    color: var(--text-color);
}

html:not(.designer) body.theme-entry .statusColumn ,
html:not(.designer) body.theme-entry .myRequestsTable .table thead th:last-child {
    text-align: center!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
html:not(.designer) body.theme-entry .myRequestsTable .table thead th:last-child span{
    text-align: center!important;
    justify-content: center;
}
html:not(.designer) body.theme-entry table thead th span {
    font-size: var(--fs-body);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Table_Header_Color) !important;
}

#RequestsTableContainer {
    height: 27rem;
}

.light-dark-mode {
    width: 90%;
    position: absolute;
    bottom: 1rem;

}

#mode-label {
    font-size: 1.05rem;
}

.form-check-input {
    width: 4rem !important;
    height: 2rem !important;
    cursor: pointer;
    border: none;
    background-color: #002134;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--text-color);
}

.form-check-input::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.3rem;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-status.rejected {
    color: #E97A7B;
    font-weight: 600;
}

.notification-status.completed {
    color: #4A8951;
    font-weight: 600;
}

.notification-modal,
.user-modal {
    width: 24%;
    margin-left: 1rem;
}

.notification-modal.show,
.user-modal.show {
    animation: 1s fadeDown forwards;
    width: 20rem;
}

.notification-modal .modal-body,
.user-modal .modal-body {
    background-color: #F2F1F1;
}

.notification-modal .modal-dialog,
.user-modal .modal-dialog {
    margin-bottom: 1rem;
}

.notification-modal .modal-content,
.user-modal .modal-content {
    border-radius: 1.5rem;
    overflow: hidden;
}

.user-modal-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-modal-header .userNAME {
    font-weight: 600;
}

.user-modal-header p {
    margin-bottom: 0;
}

.user-modal-header .name-email {
    display: flex;
    flex-direction: column;
}

.user-modal .user-settings {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.user-modal .viewProfile,
.user-modal .account-settings {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--Navy-blue);
    font-size: 1rem;
}

.user-modal .sign-out {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #e86f70;
    font-size: 1rem;
}

.user-modal .viewProfile img,
.user-modal .account-settings img,
.user-modal .sign-out img {
    height: 1.5rem;
    width: 1.5rem;
}

.user-modal p {
    margin-bottom: 0;
    color: var(--Navy-blue);
}

.progress-segment {
    height: 2rem;
    display: inline-block;
    transition: width 1.5s ease-in-out;
    margin-right: .2rem;
}

.form-check-input {
    cursor: pointer;
    background-color: rgb(0, 33, 52);
    position: relative;
    appearance: none;
    width: 4rem !important;
    height: 2rem !important;
    border: 1px solid var(--text-color);
}

.form-check-input:checked::before {
    transform: translateX(30px);
    background: rgb(0, 33, 52);
}

.form-check-input::before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.3rem;
    width: 1.5rem;
    height: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.form-check-input:checked {
    background-color: rgb(241, 241, 241);
}

html:not(.designer) body.theme-entry a.toolbar-button {
    display: flex;
    align-items: center !important;
    height: 3rem;
    transition: all .3s ease-in-out;
    border: none !important;
    background-color: transparent !important;
    width: fit-content;
    margin: 0!important;
}
html:not(.designer) body.theme-entry header a.toolbar-button{
    display:none;
}
html:not(.designer) body.theme-entry a.toolbar-button:hover {
    opacity: 1;
}

html:not(.designer) .theme-entry a.toolbar-button span.button-c span.button-text {
     color: white !important;
     font-family: var(--regularFont);
     font-size: var(--fs-caption);
}

html:not(.designer).light a.toolbar-button span.button-c span.button-text {
   
    color: var(--Navy-blue) !important;
}

/* status right panel */
.status-container {
    padding: 1rem 1.1rem;
    height: 100%;
    width: 100%;
    height: fit-content;
}

.status-title {
    color: var(--Status_Title_Color)!important;
    margin-bottom: 2rem !important;
    font-family: var(--mediumFont) !important;
    font-size: var(--fs-h3)!important;
}
.status-item {
    position: relative;
    padding-left: 2.75rem;
    margin-bottom: 1.875rem;
}

.status-item::before {
    content: '';
    position: absolute;
    left: .5rem;
    top: 3.125rem;
    bottom: -1.875rem;
    width: 1px;
    background-color: rgba(255, 255, 255, .3);
}


html:not(.designer).light .status-item::before {

background-color: rgba(255, 255, 255, .3);

background-color: #d0d0d0;
}

.status-item:nth-last-of-type(1)::before {
    content: none;
}

.status-icon {
    position: absolute;
    left: -.8rem;
    top: 0.2rem;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-icon.completed img {
    height: 2rem;
    width: 2rem;
}

.status-icon.in-progress img {
    height: 2rem;
    width: 2rem;
}

.status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.status-name {
    font-size: var(--fs-h6)!important;
    color: var(--Status_Title_Color)!important;
    margin: 0 !important;
    font-family: var(--mediumFont);
    text-align: left;
}
.status-date {
    font-size: var(--fs-body);
    color: white;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-family: var(--regularFont);
}


html:not(.designer).light .status-date,
html:not(.designer).light .status-state {
    color: #666;
}

.status-state {
    color: rgba(255, 255, 255, .7);
    font-size: var(--fs-body);
    font-family: var(--regularFont);
}

.status-message {
    background-color: #FDFAF8;
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    padding: 0.75rem;
    margin-top: 1rem !important;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    transition: .3s all ease;
    overflow: hidden;
    font-family: var(--regularFont);
}

@keyframes fadeDownStat {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        height: auto;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        margin-top: 1rem;
    }
}

@keyframes fadeUpStat {
    0% {
        opacity: 1;
        transform: translateY(0);
        height: auto;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        margin-top: 1rem;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
}

.status-message.show {
    animation: fadeDownStat 0.4s forwards;
}

.status-message.hide {
    animation: fadeUpStat 0.4s forwards;
}


.status-message.collapsed {
    display: none;
}

.view-attachments-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 0.75rem;
    padding: 1rem;
    width: 100%;
    color: white;
    font-family: var(--regularFont);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-attachments-btn:hover {
    background-color: rgb(0 33 52 / 10%);
}

html:not(.designer).light .view-attachments-btn:hover {
    background-color: rgb(255 255 255 / 10%);
}

html:not(.designer).light .view-attachments-btn {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #002134;
    border: 1px solid #d0d0d0;
}
html:not(.designer).light .view-attachments-btn:hover{
    background-color:var(--Navy-blue);
    color:white;
}
.collapse-icon {
    font-size: 0.9rem;
    cursor: pointer;
    transition: .3s all ease;
}

.collapse-icon.rotated {
    transform: rotate(180deg);

}

.theme-entry .SourceCodeFormsControlsWorklist .headerTxt {
    color: var(--Navy-blue) !important;
    font-size: 1.5rem !important;
}

.theme-entry .SourceCode-Forms-Controls-Web-ControlPack-Worklist {
    border-radius: 1rem;
    overflow: hidden !important;
    background-color: white;
}

.theme-entry .SourceCodeFormsControlsWorklist .nav {
    padding: 1rem;
    background-color: transparent !important;
}

.theme-entry .SourceCode-Forms-Controls-Web-ControlPack-Worklist .SourceCodeFormsControlsWorklist {
    background: transparent;
    border: none;
}
.innerpanel div[name="MarketingAttachments Area Item"] .grid-column-header-table td {
    background-color: #F8EFE8 !important;
    padding-top: .5rem !important;

    padding-bottom: .5rem !important;

    border-right: unset;

}

.innerpanel div[name="MarketingAttachments Area Item"] .grid-body-content-wrapper tr:first-child td .grid-content-cell {

    margin-top: .5rem;

}

.innerpanel div[name="MarketingAttachments Area Item"] .grid-body-content-wrapper tr:not(:last-child) td {

    border-bottom: 1px solid rgba(0, 0, 0, .1);

}


.innerpanel div[name="MarketingAttachments Area Item"] .grid-body-content-wrapper tr,
.innerpanel div[name="MarketingAttachments Area Item"] .grid-column-header-table .grid-column-header-text {

    background-color: unset !important;

}

.innerpanel div[name="MarketingAttachments Area Item"] .grid-footer {

    display: none !important;

}

html:not(.designer) [name="Admin Requests Dashboard Control"] {
    width: 100% !important;
}
.innerpanel div[name="MarketingAttachments Area Item"] .grid-column-headers .grid-column-header-text {
    opacity: 1;
}

html:not(.designer) .commentsAttachments {
    width: 100%;
    background-color: white !important;
    padding: 2rem 2rem;
    margin-top: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

html:not(.designer).light .commentsAttachments {
    background-color: white !important;
    border: 1.6px solid rgb(0 0 0 / 10%);
}

html:not(.designer) .commentsAttachments [name*="viewTitle"] {
    margin-bottom: 1.5rem;
}

.pageOf span {
    color: rgb(255 255 255 / 70%);
    font-size: .9rem;
    font-family: var(--regularFont);
    margin: 0 0.15rem;
}

.pageOf span.totalOf,
.showingItems p {
    color: rgb(255 255 255);
}

html:not(.designer).light .pageOf span.totalOf,
html:not(.designer).light .showingItems p {
    color: var(--Navy-blue);
}

html:not(.designer).light .pageOf span {
        color: #686868;
}

.totalPagesNumber,
.showingItems span:nth-child(2),
.showingItems span:last-child,
.showingItems .pageTo,
.showingItems .totalOf,
.showingItems .currentPage {
    font-family: var(--mediumFont) !important
}



html:not(.designer) .theme-entry .input-control.radio.style-aware svg {
    height: 1.4rem !important;

}

html:not(.designer) .theme-entry .commentsAttachments [name*="commentsView"] {
    margin-bottom: 1rem;
}

html:not(.designer) .theme-entry .commentsAttachments [name*="attachmentSection"] {
    background: transparent !important;

}

.theme-entry .SourceCode-Forms-Controls-Web-ControlPack-Worklist tbody {
    width: 100%;
}


.theme-entry .SourceCode-Forms-Controls-Web-ControlPack-Worklist .WorkListGridTableBody {
    border-top: unset !important;
}


.theme-entry .SourceCodeFormsControlsWorklist .worklist-grid-even {
    background-color: unset;
}

.theme-entry .SourceCode-Forms-Controls-Web-ControlPack-Worklist .WorkListItemTable {
    margin-top: .5rem;
}

.theme-entry .SourceCode-Forms-Controls-Web-ControlPack-Worklist .WorkListGridHeader tr th:nth-child(2) span {
    border-right: unset !important;
}

.theme-entry .SourceCodeFormsControlsWorklist span.worklist-grid-column-header-cell-text {
    padding: 0 !important;
    font-size: 1rem;
    text-transform: unset !important;
    color: black;
}

.theme-entry .SourceCodeFormsControlsWorklist .WorkListItemTableHeader th {
    border-radius: unset;
}

.theme-entry .SourceCodeFormsControlsWorklist .WorkListItemTable .WorklistItemGridRow td:last-child {
    padding-right: 1rem;
}

.theme-entry .SourceCodeFormsControlsWorklist .WorkListItemTable .WorklistItemGridRow>td {
    height: 4rem;
    border-bottom: 1px solid rgba(0 0 0 / 20%);
    border-right: unset;
    border-left: unset;
}

.theme-entry .SourceCodeFormsControlsWorklist .WorkListItemTable tr:hover td:last-child .SelectArrowImageDiv {
    background-size: auto 22px !important;
    width: 22px !important;
    height: 22px !important;
    background-position: -22px 0 !important;
}

.read-only .input-control-buttons {
    display: none !important;
}

/*  MARKETING DASHBOARD START */
.marketingDashboard {
    gap: 1rem;
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 1rem;
}

.marketingDashboard>.col-lg-9,
.marketingDashboard>.col-lg-3 {
    padding-left: 0;
    height: 100%;
    width: 100%;
}

.marketingKPIs {
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    flex-direction: column;
}

.marketingKPIs .col-lg-4 .card {
    width: 100%;
    height: 140px;
    border: 1px solid #E5E4DE;
    border: none;
    border-radius: 1rem;
    opacity: 0;
    transform: translateY(100%);
    animation: 1s fadeUp forwards;
    flex-grow: 1;
    font-family: var(--regularFont);
    padding: 1rem;
    box-shadow: unset;
}

.overviewCard {
    border-radius: 1.2rem;
    border: 1px solid #E5E4DE;
    border: none;
    width: 100%;
    margin-bottom: 1rem;
    height: 24rem;
    padding: 1rem !important;
}

.marketingoverview,
.popularRequests {
    border-radius: 1.2rem;
    border: 1px solid #E5E4DE;
    border: none;
    width: 100%;
    height: 22rem;
    padding: 1.2rem !important;
    opacity: 0;
    transform: translateY(100%);
    animation: 1s fadeUp forwards;
}

.marketingoverview .card-body {
    padding: 1rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userSatisfaction,
.averageTime {
    border-radius: 1.2rem;
    border: 1px solid #E5E4DE;
    border: none;
    width: 100%;
    margin-bottom: 0.6rem;
    height: 10.2rem;
    padding: 1.2rem !important;
    opacity: 0;
    transform: translateY(100%);
    animation: 1s fadeUp forwards;
}

.averageTime {
    margin-bottom: 0;
    z-index: 1;
}

.userSatisfaction .card-body,
.averageTime .card-body {
    padding: 1rem 0;
    font-family: var(--regularFont);
}

.overviewCard .card-header,
.totalRequests .card-header {
    padding: .5rem .5rem 0;
}

.overviewCard .card-body {
    padding: 0;
}

.overviewCard .card-body span.label {
    font-size: var(--fs-caption);
    font-family: var(--regularFont);
}

.totalRequests {
    height: 25rem;
    border-radius: 1.2rem;
    border: 1px solid #E5E4DE;
    border: none;
    width: 100%;
    padding: 1rem !important;
}

#semiCircleChart {
    height: 89% !important;
    width: 89% !important;
}

.card.totalRequests .dropdown-menu {
    right: 0;
    top: 2rem;
}
html:not(.designer).light .card.totalRequests .dropdown-menu .dropdown-item {
    color: var(--Navy-blue);
}

.pendingRequestsTable .actionsColumn span {
    text-align: center;
    justify-content: center!important;
}

/* FEEDBACK SECTION START */
.RequestFeedbackControl-RequestFeedbackControl .card {
    max-width: 100%;
    width: 100%;
    border: none;
    padding: 1.875rem 1.8rem;
    height: 35rem;
    overflow: hidden;
    border: none !important;
    border-radius: 0 !important;
}

.RequestFeedbackControl-RequestFeedbackControl .screens {
    display: flex;
    width: 200%;
    transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.RequestFeedbackControl-RequestFeedbackControl .screen {
    width: 50%;
}

.RequestFeedbackControl-RequestFeedbackControl .screens.slide-left {
    transform: translateX(-50%);
}

.RequestFeedbackControl-RequestFeedbackControl {
    display: flex !important;
    align-items: center;
    width: 100%;
    border-radius: 1.25rem !important;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0, 0.15);
}

.theme-entry a.SourceCode-Forms-Controls-Web-Button[name*="Review Details Button"] {
    padding-right: 1rem !Important;
}

/* light dark mode */
.toggle-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1rem;
    border: 0.0625rem solid rgb(255 255 255 / 10%);
    border-radius: 0.625rem;
    width: 16.25rem;
    width: 90%;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}



html:not(.designer).light .toggle-container {
    border: 0.0625rem solid #e0e0e0;
}


.toggle-label {
    font-size: 1rem;
    color: white !important;
    font-family: var(--mediumFont);
}

html:not(.designer).light .toggle-label {
    color: #001f3f !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 3.75rem;
    height: 2.125rem;
}

.switch img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .5rem;
}

.light .switch img {
    left: .5rem;
    right: auto;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: white;
    border-radius: 2.125rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

html:not(.designer).light .slider {
        background-color: #001f3f;
}

.slider .icon {
    border-radius: 100%;
}

.slider::before {
    position: absolute;
    content: "";
    height: 1.625rem;
    width: 1.625rem;
    left: 0.25rem;
    bottom: 0.25rem;
    border-radius: 50%;
    background-color: var(--Navy-blue);
    transition: 0.4s;
}

html:not(.designer) .paginationIcons svg path {
    stroke: rgb(255 255 255)
}
html:not(.designer).light .paginationIcons svg path {
    stroke: var(--Navy-blue);
}
html:not(.designer).light .slider::before {
    left: auto;
    right: 0.25rem;
    background-color: white;
}

.slider .icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
}

html:not(.designer).light .slider .icon {
    left: .5rem;
    right: auto;
}

.toggle-container .sun {
    width: 1.25rem;
    height: 1.25rem;
}
 [name*="view_move_left"] {
        width: calc(100% - 28rem) !important;
        margin-top: 1rem;
    }
/* Always show dropdown above for bottom 2 rows */
.pendingRequestsTable tbody tr:last-child td[data-title="Actions"] .dropdown-menu-custom,
.pendingRequestsTable tbody tr:nth-last-child(2) td[data-title="Actions"] .dropdown-menu-custom {
    top: auto !important;
    bottom: 100% !important;
    /* transform: translateX(-50%) !important; */
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
@media (prefers-reduced-motion: reduce) {
    .RequestFeedbackControl-RequestFeedbackControl .screens {
        transition: none;
    }
}


.RequestFeedbackControl-RequestFeedbackControl .card-title {
    font-size: 1.2rem;
    font-family: var(--mediumFont);

    color: #002134;
    margin-bottom: 0.625rem;
}

html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .card-title,
html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .feedback-title,
html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .feedback-text,
html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .success-title {
    color: white;
}


html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .success-message {
    color: rgba(255, 255, 255, .7);
}


.RequestFeedbackControl-RequestFeedbackControl .d-flex.justify-content-between.align-items-center.mb-4 {
    margin: 0 !important;
    padding: .5rem 0 1rem 0;
}

.RequestFeedbackControl-RequestFeedbackControl .request-id {
    color: #7F8E98;
    font-size: 0.95rem;
    font-family: var(--mediumFont);
}

html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .request-id {
    color: #899DA8;
}




.RequestFeedbackControl-RequestFeedbackControl .feedback-text {
    color: #334C5C;
    margin: 0 0 2.8rem 0;
    line-height: 1.8;
    font-size: 1rem;
    font-family: var(--regularFont);
}

.RequestFeedbackControl-RequestFeedbackControl .feedback-title {
    margin: 1rem 0 1.2rem;
    font-family: var(--mediumFont);
    color: #002134;
    font-size: calc(1.325rem + .9vw);
}

.RequestFeedbackControl-RequestFeedbackControl .rating-container {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 1rem;
    flex-wrap: wrap;
    gap: .8rem;
    width: auto;
    font-family: var(--regularFont);
}





.RequestFeedbackControl-RequestFeedbackControl .rating-btn:hover {
    transform: translateY(-0.3125rem) scale(1.08);
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.139);
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn:active {
    transform: translateY(-0.125rem) scale(1.02);
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn.selected,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn.selected:hover {
    transform: translateY(-5px) scale(1.08);
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    transform: none;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn.selected:disabled {
    opacity: 1;
    transform: translateY(-5px) scale(1.08);
    cursor: default;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-1 {
    background-color: #df6857;
    border-color: #f2a59a !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-1.selected {
    background-color: #f2a59a;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-2 {
    background-color: #e5825d;
    border-color: #f2b096 !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-2.selected {
    background-color: #f2b096;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-3 {
    background-color: #f2a56a;
    border-color: #f6b47f !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-3.selected {
    background-color: #f6b47f;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-4 {
    background-color: #f5c172;
    color: #1a1a1a !important;
    border-color: #f9daa1 !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-4.selected {
    background-color: #f9daa1;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-5 {
    background-color: #f8d462;
    color: #1a1a1a !important;
    border-color: #fdf3a8 !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-5.selected {
    background-color: #fdf3a8;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-6 {
    background-color: #f9e784;
    color: #1a1a1a !important;
    border-color: #fffec0 !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-6.selected {
    background-color: #fffec0;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-7 {
    background-color: #f1e37f;
    color: #1a1a1a !important;
    border-color: #fef8b4 !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-7.selected {
    background-color: #fef8b4;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-8 {
    background-color: #e8e07e;
    color: #1a1a1a !important;
    border-color: #f5efaa !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-8.selected {
    background-color: #f5efaa;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-9 {
    background-color: #98d16f;
    color: #1a1a1a !important;
    border-color: #c4e4ad !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-9.selected {
    background-color: #c4e4ad;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-10 {
    background-color: #7fc757;
    color: #1a1a1a !important;
    border-color: #ceeebc !important;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-10.selected {
    background-color: #ceeebc;
}

.RequestFeedbackControl-RequestFeedbackControl .rating-btn-1,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-2,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-3,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-4,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-5,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-6,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-7,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-8,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-9,
.RequestFeedbackControl-RequestFeedbackControl .rating-btn-10 {
    background-image: linear-gradient(to top left, rgba(255, 255, 255, 0.146), rgba(255, 255, 255, 0));
    background-blend-mode: overlay;
}


.RequestFeedbackControl-RequestFeedbackControl .rating-labels {
    display: none;
    justify-content: space-between;
    color: #999;
    font-size: 1rem;
    margin-bottom: 1.25rem !important;
    margin: 0;
    gap: 10rem;
    font-family: var(--regularFont);
}



.RequestFeedbackControl-RequestFeedbackControl .label-not-satisfied {
    color: #e57373;
    font-weight: 500;
}

.RequestFeedbackControl-RequestFeedbackControl .label-extremely-satisfied {
    color: #81c784;
    font-weight: 500;
}

.RequestFeedbackControl-RequestFeedbackControl #ratingScreen,
.RequestFeedbackControl-RequestFeedbackControl #successScreen {
    transition: none;
}

.RequestFeedbackControl-RequestFeedbackControl #ratingScreen {
    opacity: 1;
    transform: translateX(0);
}

.RequestFeedbackControl-RequestFeedbackControl #successScreen {
    opacity: 0;
    transform: translateX(50px);
    margin-top: 2rem;
}

/* Fade out to the left */
.RequestFeedbackControl-RequestFeedbackControl #ratingScreen.fade-out-right-to-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Fade in from the right */
.RequestFeedbackControl-RequestFeedbackControl #successScreen.fade-in-right-to-left {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.RequestFeedbackControl-RequestFeedbackControl #ratingScreen.processing {
    animation: processing-pulse 1s ease-in-out infinite;
}

@keyframes processing-pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}


.RequestFeedbackControl-RequestFeedbackControl .success-screen {
    display: block;
    text-align: center;
}

.RequestFeedbackControl-RequestFeedbackControl .screens:not(.slide-left) .success-screen {
    visibility: hidden;
}

.RequestFeedbackControl-RequestFeedbackControl .screens.slide-left .success-screen {
    visibility: visible;
}


.RequestFeedbackControl-RequestFeedbackControl .screens.slide-left .rating-screen {
    visibility: hidden;
}

.RequestFeedbackControl-RequestFeedbackControl .checkmark-circle {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto;
    background: linear-gradient(311deg, #8ed08a, #87c984);
    animation: scaleIn 0.5s ease;
}


.RequestFeedbackControl-RequestFeedbackControl .success-header {
    padding: 1.75rem 1.5rem;
    width: 100%;
}

.RequestFeedbackControl-RequestFeedbackControl .checkmark {
    width: 4.75rem;
    height: 4.75rem;
    stroke: white;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    animation: checkmark 0.5s ease 0.3s forwards;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes checkmark {
    to {
        stroke-dashoffset: 0;
    }
}

.RequestFeedbackControl-RequestFeedbackControl .success-title {
    font-size: calc(1.325rem + .9vw);
    font-family: sans-serif;
    color: #002134;
    margin-bottom: 1rem;
    font-family: var(--mediumFont);


}


.RequestFeedbackControl-RequestFeedbackControl .success-message {
    color: #334C5C;
    line-height: 1.6;
    font-size: 1rem;
    font-family: var(--regularFont);
}
.RequestFeedbackControl-RequestFeedbackControl .feedback-wrapper {
    align-items: center;
    justify-content: center;
    background-color: white;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.1) !important;
    border: none;
    position: relative;
    display: none !important;
    visibility: hidden;
    overflow: hidden;
    height: 100%;
    width: 38%;
}
html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .feedback-wrapper {
    background-color: #042E47;

}
.feedback-left {
    height: 100%;
    width: 100%;

}
.RequestFeedbackControl-RequestFeedbackControl .image-wrapper {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.RequestFeedbackControl-RequestFeedbackControl .main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.RequestFeedbackControl-RequestFeedbackControl .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 31.25rem;
    width: 100%;
}

.RequestFeedbackControl-RequestFeedbackControl .card hr {
    margin-left: -3rem;
    margin-right: -3rem;
    border: none;
    border-top: 0.0625rem solid rgb(0, 0, 0, 0.5);
}


html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .card hr {
    border-top: 0.0625rem solid rgb(255, 255, 255, 0.5);
}

html:not(.designer).light .RequestFeedbackControl-RequestFeedbackControl .feedback-wrapper {
    border-right: 0.0625rem solid rgb(255, 255, 255, 0.1) !important;
}


.RequestFeedbackControl-RequestFeedbackControl .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.RequestFeedbackControl-RequestFeedbackControl .rating-btn {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.125rem;
    border: 0.125rem solid transparent;
    border-radius: 0.8rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: transform 0.45s ease, box-shadow 0.45s ease, background-color 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FEEDBACK SECTION END */
.label {
    font-size: 0.9rem;
    padding-left: 5px;
    font-family: 'AlinmaTheSans';
    font-weight: normal;

}

.sentence-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    gap: 15px;
    padding-bottom: 1rem;
}

.sentence-container:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.left-logo img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.sentence-text {
    margin: 0;
    font-size: 0.8rem;
    font-family: 'AlinmaTheSans';
}


.custom-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6px 8px;
    min-width: 90px;
    font-size: var(--fs-caption);
    background: #f3e5e5;
    border-radius: 10px;
    border: none;
    font-family: 'AlinmaTheSans';
    font-size: 1rem;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-family: 'AlinmaTheSans';
}

.showingItems p {
    font-size: 1rem !important;
}

/* dashboard page */
.Select-btn .small-logo-chevron {
    width: .8rem;
    height: .8rem;
    filter: brightness(0) invert(1);
}

.Select-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    background-color: #05263A;
    border-radius: 8px;
    padding: .3rem 1rem;
    font-size: var(--fs-button);
    color:white;
    min-width: 100%;
}
.closeModalSettings{
    cursor:pointer;
}
.light .closeModalSettings:hover path{
    stroke:var(--Navy-blue);
}
.Select-btn:hover{
    background-color:var(--Navy-blue-low-opacity);
}
.light .Select-btn {
    background-color: #F0DFDB;
    color:var(--Navy-blue);
}
.dropdown-menu-custom {
    display: none;
    position: absolute;
    background: #05263A;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 20;
    padding: 0;
    /* padding: 1rem 1rem; */
    gap: .5rem;
    /* max-height: 12rem; */
    /* overflow: hidden auto; */
}

.dropdown-item-custom {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 1rem 1rem!important;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin: 0;
    font-size: 0.875rem;
}
html:not(.designer).light .dropdown-item-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
html:not(.designer).light .dropdown-item-custom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item-custom:last-child {
    border-bottom: none !important;
}

.dropdown-item-custom:hover {
    background-color: #f5f5f5;
    color: var(--Navy-blue);
}

html:not(.designer).light .dropdown-item-custom:hover {
    background-color: hsl(0deg 0% 96.08% / 18%);
}

.option-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-left:.5rem;
}
html:not(.designer) .dropdown-item-custom:hover .option-icon[alt="Return"] {
    filter: none;
}
html:not(.designer) .option-icon[alt="Return"] {
    filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}
html:not(.designer).light .option-icon[alt="Return"] {
    filter: none;
}
.dropdown-custom.active .dropdown-menu-custom {
    display: block;
    width: 100%;
}

.dropdown-custom.active .small-logo-chevron {
    transform: rotate(180deg);
}

.dropdown-menu {
    padding: 0;
}
.light .dropdown-item{
    background-color:white;
    color:var(--Navy-blue);
}
.dropdown-item{
    background-color:var(--Navy-blue);
    color:white;
}
.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    cursor: pointer;
    background-color: var(--Navy-blue);
    color: white;
}

.overviewCard .card-body .sentences {
    position: relative;
    padding-left: 1rem;
}

.overviewCard .card-body .sentences::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
}

.overviewCard .card-body .sentences:nth-child(1)::before {
    background-color: #9795E0;
}

.overviewCard .card-body .sentences:nth-child(2)::before {
    background-color: #E86F70;
}

.overviewCard .card-body .sentences:nth-child(3)::before {
    background-color: #FF9480;
}

.percentage {
    font-size: 1rem;
    font-family: 'AlinmaTheSans-Bold';
}

.sentences {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5px;
}

.label {
    font-size: 0.9rem;
    padding-left: 5px;
    font-family: 'AlinmaTheSans';
    font-weight: normal;
}

.custom-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .4rem 1rem;
    font-size: 1REM;
    background: #05263A;
    border-radius: 8px;
    border: none;
    font-family: var(--regularFont);
    gap: 3px;
    color: white;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-family: 'AlinmaTheSans';
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgb(0 33 52 / 10%);
    color: var(--Navy-blue);
}

html:not(.designer) .dropdown-item:hover {
    background-color: hsl(0deg 0% 96.08% / 18%);
    color: var(--Navy-blue)!important;
}
html:not(.designer).light .dropdown-item:hover {
    background-color: rgb(0 33 52 / 30%)!important;
    color: var(--Navy-blue)!important;
}
.barChart {
    height: 17.8rem;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.noData .barChart {
    display: none;
}

.noData .card-body {
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.semi-circle-text {
    position: absolute;
    bottom: 25px;
    text-align: center;
}

.number-text {
    margin-bottom: -12px;
    font-size: 2.4rem;
    font-family: 'AlinmaTheSans-Bold';
}

.value {
    display: block;
}

.label-text {
    font-size: var(--fs-caption);
    display: block;
    color: var(--Light-black);
    font-family: var(--regularFont);
}

.overviewCard .right-content.dropdown {
    display: none;
}

/*  MARKETING DASHBOARD END */
/* PAGINATION START */
button.previousPage,
button.firstPage,
button.nextPage,
button.lastPage {
    background-color: transparent;
    border: none;
    height: 0.8rem;
    width: 1rem;
    padding: 0;
}

button.previousPage svg,
button.firstPage svg,
button.nextPage svg,
button.lastPage svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pageNumber {
    margin: 0 .5rem;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    color: #ffffff!important;
}

html:not(.designer).light .pageNumber {
    color: inherit!important;
}

html:not(.designer) .pageNumber:hover {
    cursor: pointer;
}

.pageNumber.active {
    border: 1px solid rgb(255 255 255 / 40%);
    background-color: rgb(255 255 255 / 16%);
}

html:not(.designer).light .pageNumber.active {
    border: 1px solid var(--Navy-blue);
    background-color: rgb(0 33 52 / 16%);
}

/* PAGINATION END */
.commentsAttachments .toolbar-wrapper {
    border-bottom: unset !important;
}

.commentsAttachments .grid-column-header-table td {
    background-color: unset !important;
}

#skeletonOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    background-color: white;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sk-sidebar .sk-card {
    height: 64px;
    border-radius: 12px;
    margin: 25px 0 35px 0;
}

.sk-sidebar .sk-line {
    height: 16px;
    width: 60%;
    margin: 12px 0;
}

.sk-sidebar .sk-item {
    height: 35px;
    border-radius: 12px;
    margin: 8px 0;
}

.sk-sidebar .sk-toggle {
    height: 50px;
    width: 85%;
    border-radius: 12px;
    margin: 70px 0 8px 0;
}

.sk-main {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 20px;
}

.sk-header {
    display: grid;
    grid-template-columns: 1fr 200px;
    align-items: center;
    gap: 16px;
}

.sk-header .sk-title {
    height: 35px;
    width: 37%;
    margin-top: 1.3rem;
}

.sk-header .sk-sub {
    height: 16px;
    width: 23%;
    margin-top: 2rem;
}

.sk-header .sk-logo {
    height: 5rem;
}

.sk-content {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 24px;
}

.sk-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.sk-card-sm {
    height: 100px;
    border-radius: 15px;
}

.sk-title {
    width: 140px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%);
}

.sk-right {
    display: grid;
    grid-auto-rows: min-content;
    gap: 16px;
}

.sk-right .sk-card-tall {
    height: 297px;
    border-radius: 15px;
}

.sk-table-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    padding: 23px 14px 23px 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.sk-table-headbar {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.sk-pill {
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%);
    background-size: 400% 100%;
    animation: sk-shimmer 1.15s linear infinite;
}

.sk-search {
    width: 220px;
    height: 36px;
    border-radius: 10px;
}

.sk-requests {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
    border-radius: 12px;
}

.sk-requests thead th {

    font-size: 0;
    padding: 12px 16px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sk-requests tbody tr:last-child td {
    border-bottom: none;
}

.sk-thline {
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%);
    width: 95%;
}

.sk-requests thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    width: 1px;
    background: #dcdcdc;
}

.sk-requests thead th:first-child {
    border-top-left-radius: 10px;
}

.sk-requests thead th:last-child {
    border-top-right-radius: 10px;
}

.sk-requests tbody td {
    background: #fff;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    vertical-align: middle;
}

.sk-line {
    height: 14px;
    border-radius: 8px;
    width: 100%;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%);
    background-size: 400% 100%;
    animation: sk-shimmer 1.15s linear infinite;
}

.sk-thline {
    height: 16px;
    width: 60%;
    margin-left: 0;
}

.sk-sort {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e9e9e9 25%, #f5f5f5 50%, #e9e9e9 75%);
    background-size: 400% 100%;
    animation: sk-shimmer 1.15s linear infinite;
}

.sk-ext {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sk-ext .sk-icon {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%);
    background-size: 400% 100%;
    animation: sk-shimmer 1.15s linear infinite;
    flex: 0 0 14px;
}

.sk-ext .sk-line {
    width: 110px;
}

.sk-action {
    width: 100px;
    height: 28px;
    border-radius: 10px;
    margin: 0 auto;
    background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%);
    background-size: 400% 100%;
    animation: sk-shimmer 1.15s linear infinite;
}

.sk-table-scroll {
    overflow-x: auto;
}

body #skeletonOverlay {
    display: grid;
    z-index: 2147483647;
    background: white;
    grid-template-columns: 323px 1fr;
    gap: 24px;
    display: none;
}

.sk-block {
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 400% 100%;
    animation: sk-shimmer 1.2s infinite linear;
    margin-bottom: 12px;
}

#skeletonOverlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.chart-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 12rem;
    margin-bottom: 1rem;
}

.status.pending span {
    background-color: var(--Pending_Status_BG);
    color: var(--Pending_Status_Color);
}
.dropdown-custom {
    position: relative;
    z-index: 5;
}

header [name="Table1"] {
    padding: 1rem;
    background-color: #001c2c;
}

html:not(.designer).light header [name="Table1"] {
    
    background-color: #F1E9E4;
}



html:not(.designer) .formHeader rect:first-child {
    fill: #001c2c;
}
html:not(.designer).light .formHeader rect:first-child{
        fill: rgb(241, 223, 218);
}

html:not(.designer) .formHeader path {
    stroke: white;
}

html:not(.designer).light .formHeader path {
    stroke: var(--Navy-blue);
}








header .profileBtn {
    position: absolute;
    right: 1rem;
    top: 1.4rem;
    height: 3rem;
    width: 3rem;
    padding: 0;
    border: none;
    background-color: none;
    border-radius: .5rem;
}

header .profileBtn img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.table-container .d-flex {
    cursor: pointer !important;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
}

.RequestStatusControl-RequestStatusControl {
    width: 100%;
    margin-bottom: 2rem;
}

.spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.previousPage {
    margin-left: .6rem;
}

button.nextPage {
    margin-right: .6rem;
}

span#\30 c6f7712-92f0-2904-3076-8853c6072a89,
div#d0300780-c69e-30af-366b-fb216c06c0a2_18a1ca65-4c9d-7340-a6d9-d6da3cb0f632_Table {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 1rem;
}

a#d0300780-c69e-30af-366b-fb216c06c0a2_ffed2a91-5336-8335-0c6a-53c85a505588 {
    padding-right: 1rem !important;
}

.left-logo-reports {
    margin-right: 1rem;
}

.left-logo-reports img {
    height: 100%;
    width: 100%;
}



html:not(.designer) body.theme-entry .card .left-logo-reports {
    padding: .6rem;
    background-color: #002134;
    display: flex;
    border-radius: .5rem;
    margin-right: 1rem;
}


html:not(.designer).light body.theme-entry .card .left-logo-reports {
    background-color: #002134;
    background-color: #F4E7DB;
}


span.box-number-reports {
    font-size: 1.6rem;
    margin-right: .3rem;
    color: var(--Navy-blue);
    font-family: var(--mediumFont);
}

.box-label-reports {
    font-size: var(--fs-caption);
    font-family: var(--regularFont);
}

span.big-number {
    color: var(--Navy-blue);
    font-family: var(--mediumFont);
    font-size: 1.6rem;
}

html:not(.designer).light span.big-number,
html:not(.designer).light span.small-number {
    color: white;
}





.card .card-body>.star {
    display: flex;
    align-items: baseline;
    gap: .3rem;
}

.feedback-wrapper .card {
    max-width: 46.5rem;
    width: 100%;
    border: none;
    padding: 1.875rem 1.8rem;
    border-radius: 1.25rem;
    height: 35rem;
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0, 0.15);
    border-left: 0;
}

div#\31 17b3d33-1b3e-4ae1-9173-a68fb38d779a {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#TablePager {
    position: absolute;
    bottom: 0.5rem;
    width: calc(100% - 2rem);
    z-index:2;
    background-color: #04304a;
}
.light div#TablePager{
     background-color: white;
}
html:not(.designer).light .number-text,
html:not(.designer).light .label-text,
html:not(.designer).light .overviewCard .card-body span.label,
html:not(.designer).light .percentage,
html:not(.designer).light .averageTime span {
    color: inherit;
}
html:not(.designer) .number-text,
html:not(.designer) .label-text,
html:not(.designer) .overviewCard .card-body span.label,
html:not(.designer) .percentage,
html:not(.designer) .averageTime span {
    color: white;
}
html:not(.designer).light .custom-dropdown {
    background-color: #05263A;
    color: inherit;
    background-color: #f3e5e5;
}

html:not(.designer).light .custom-dropdown img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(72%) saturate(2%) hue-rotate(35deg) brightness(107%) contrast(101%);
}

.light .emptyData {
    color: white;
}

.OnePageTable #TablePager,
.averageTime.NoDataSection .dropdown,
.NoDataTable #TablePager {
    display: none !important;
}

.noDataPlaceholder {
    margin-top: 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0!important;
}

.averageTime span.box-number-reports.emptyData,
.card.userSatisfaction .emptyData {
    font-size: 1.2rem;
}

.card.userSatisfaction .emptyData {
    color: #001E2D;
    color: white;
    margin-left: .3rem;
}

html:not(.designer).light .card.userSatisfaction .emptyData {
    color: #001E2D;
}

.card.totalRequests .dropdown .custom-dropdown.disabled {
    display: none;
}

.pageNumber:hover {
    background-color: rgb(0 33 52 / 10%);
}

html:not(.designer).light .pageNumber:hover {
    background-color: rgb(255 255 255 / 10%);
}
.noData h5 {
    font-size: 1.1rem !important;
}
.light .theme-entry .file-wrapper .file-watermark {
    color: var(--Navy-blue) !important;
}
.theme-entry .file-wrapper .file-watermark {
    color: white !important;
}
/* notification popup */
.icon-popup.visible {
    display: flex;
}

.userNotification {
    position: relative;
}

.icon-popup {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    z-index: 1000;
    display: none;
    min-width: 25rem;
    border-radius: 1rem;
}

html:not(.designer).light li.notification-item:hover {
    background-color: rgba(255, 255, 255, .1) !important;
}

.icon-popup::before {
    content: "";
    position: absolute;
    top: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0.6rem 0.75rem 0.6rem;
    border-style: solid;
    border-color: transparent transparent #042e47 transparent;
}

.icon-popup-content {
    font-size: 0.875rem;
    color: #333333;
    background-color: rgb(0 33 52 / 100%);
    border-radius: 1rem;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

h3.icon-popup-title {
    color: white;
    font-size: 1.3rem;
    font-family: var(--mediumFont);
}

.icon-popup-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.3rem;
    background-color: rgb(4 48 73);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    position: relative;
}

.notification-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 0rem 0rem;
}

.icon-popup-content #NotificationsPopupContainer {
    padding: 0rem;
}

.icon-popup-content .icon-popup-close {
    margin: 1rem 1.3rem 1rem;
    width: calc(100% - 2.3rem);
    text-align: center;
}

.icon-popup-close {
    margin-top: 0.625rem;
    padding: 0.7rem;
    background-color: rgb(3 42 64);
    color: #ffffff;
    border: 1px solid rgb(255, 255, 255, .2);
    width: 100%;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
}

.icon-popup-title {
    color: #001d30;
    font-size: 1rem;
    margin: 0;
}

.popup-count {
    min-width: 2.5rem;
    height: 2rem;
    border-radius: 1rem;
    background: white;
    color: var(--Navy-blue) !important;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    font-family: var(--mediumFont);
}

.icon-popup-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0.0625rem solid #eeeeee;
}

.sidebar-header .sidebar-toggler span {
    font-size: 1.75rem;
}

.notification-avatar {
    position: relative;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0) , rgba(255,255,255,.2));
    border: 0.0625rem solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}
.light .notification-avatar {
    background: linear-gradient(180deg, #ffffff 4.17%, #fde9e2 100%);
    border: 0.0625rem solid rgba(242, 171, 138, 0.35);

}
.notification-base-icon {
    width: 1.5rem;
    height: auto;
    object-fit: contain;
}
.notification-base-icon {
    filter: brightness(0) invert(1);
}
.notification-status-icon {
    position: absolute;
    bottom: -0.2rem;
    right: -0.32rem;
    width: 1.15rem;
    height: 1.15rem;
    padding: 0.18rem;
    background-color: #2a7635;
    border: 0.09375rem solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.08);
}

.theme-entry .grid table.grid-content-table.zebra-stripes tr {
    background-color: transparent !important;
}

.theme-entry .grid table.grid-content-table.zebra-stripes tr.selected td {
    background-color: rgb(0 33 52 / 10%) !important;
    font-family: var(--regularFont);
    font-size: .9rem;
}

.theme-entry .grid .grid-body-content-wrapper {
    background-color: transparent !important;
}
html:not(.designer) .theme-entry span.runtime-list-item{text-align:left!important;}
.theme-entry .grid table.grid-content-table.zebra-stripes tr.selected td {
    background-color: var(--Navy-blue-low-opacity) !important;
    font-family: var(--regularFont);
    font-size: .9rem;
}
.light .theme-entry .grid table.grid-content-table.zebra-stripes tr.selected td {
    background-color: #F3E7E6!important;
    font-family: var(--regularFont);
    font-size: .9rem;
}
.theme-entry .grid table.grid-content-table.zebra-stripes tr td:first-child {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.theme-entry .grid table.grid-content-table tr.edit-template-row.highlighted:hover td {
    background-color: transparent !important;
}

.theme-entry .grid table.grid-content-table.zebra-stripes tr td:last-child {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.notification-item a {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, .12);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: .75rem;
    transition: all .3s ease-in-out;
}

.notification-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.9rem;
    color: #022335;
}

.notification-title {
    font-family: var(--mediumFont);
    color: white!important;
    font-size: 1rem;
}

.notification-title span {
    font-family: var(--regularFont);
    color: rgba(255, 255, 255, .7) !important;
}

.notification-meta img {
    width: 1rem;
    height: 1rem;
    opacity: 0.8;
    margin-right: .2rem;
    filter: brightness(0) invert(1);
}

.notification-meta {
    margin-top: .25rem;
}

.notification-message {
    color: white!important;
    font-weight: 400;
    font-size: var(--fs-caption);
}

html:not(.designer).light .icon-popup-header {
    background-color: #ffffff;
}

html:not(.designer).light .icon-popup {
    border: 1px solid rgb(255, 255, 255, .2);
}


html:not(.designer).light h3.icon-popup-title {
    color: var(--Navy-blue);
}


html:not(.designer).light .popup-count {
    background: #F9F2ED;
}


html:not(.designer).light .icon-popup-content {
    color: #333333;
    background-color: rgba(255, 255, 255, 0.9);
}


html:not(.designer).light .icon-popup-header::after {
    border-bottom: 0.0625rem solid rgb(0 0 0  / 20%);
}


html:not(.designer).light .notification-title {
    color: var(--Navy-blue) !important;
}

html:not(.designer).light .notification-message,
html:not(.designer).light .notification-meta {
    color: var(--Navy-blue-low-opacity) !important;
}

html:not(.designer).light .notification-meta img {
    filter: none;
}

html:not(.designer).light .notification-item {
    border-color: rgb(255, 255, 255, .2);
}

html:not(.designer).light .icon-popup-close {
    background-color: #ffffff;
    color: #022335;
    border: 1px solid #dbe0e3;
}

html:not(.designer).light .notification-base-icon {
    filter: none;
}
/* notification popup */
/* notification page*/
.noNotifications .d-flex {
    flex-direction: column;
}

.noNotifications .d-flex h5{
    color: #ffffff;
    font-family: var(--mediumFont);
}
.noNotifications .d-flex p{
    color: #ffffff;
    font-family: var(--regularFont);
    font-size:var(--fs-body);
}
.light .noNotifications .d-flex p{
    color: var(--Navy-blue);
}
.light .noNotifications .d-flex h5,
.light .noNotifications .d-flex p{
    color: var(--Navy-blue);
}
.form:has(.UserNotificationsControl-UserNotificationsControl) {
    background-color: transparent !important;
}

.UserNotificationsControl-UserNotificationsControl {
    width: 100%;
}
.notification-form-content {
    padding: 0;
    width:100%;
}
html:not(.designer) body.theme-entry .notification-form-content .notificationCard {
    border: var(--Notification_Card_Border);
    background: var(--Notification_Card_Background);
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}
.request-left-section {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
}
.request-timestamp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #002134;
    font-size: 0.938rem;
    white-space: nowrap;
    font-family: var(--AlinmaaPlain);
}
.request-icon-container {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(to top, rgb(245 145 116 / 20%), #F5917400);
    border: 1px solid #0000001A;
}
.request-details {
    flex: 1;
}
.request-main-icon {
    width: 1.75rem;
    height: 1.75rem;
}
.bank-type .request-main-icon {
    color: #d97706;
}
.request-status-badge {
    position: absolute;
    bottom: -0.125rem;
    right: -0.125rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.188rem solid rgb(0 33 52 / 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.request-status-badge.completed-state {
    background: #2b7635;
}
.request-status-badge.rejected-state {
    background: #d85354;
}
.request-status-badge.returned-state {
    background: #df6c4f;
}
.reject,.rejected{
    background-color: rgb(187 44 48 / 40%);
    color: #E34E52;
}
.light .reject span,
.light .rejected span{
    background-color: rgb(187 44 48 / 15%);
    color: #BB2C30;
}
.badge-icon {
    width: 0.75rem;
    height: 0.75rem;
    color: white;
}
.request-heading {
    font-size: var(--fs-body);
    font-weight: 600;
    color: var(--Notification_Title_Color);
    margin-bottom: 0.25rem;
    font-family: var(--regularFont);
}
.request-state-text {
    font-size: 0.938rem;
    color: rgb(0 33 52 / 80%);
    margin-top: 0.25rem;
    font-family: var(--regularFont);
}

.request-code {
    color: rgb(0 33 52 / 70%);
    font-size: 0.938rem;
    font-weight: 400;
}

.timestamp-icon {
    width: 1.125rem;
    height: 1.125rem;
    color: #002134;
}

.noNotifications {
    display: none;
    padding: 3rem 0;
}
.noNotifications.show{
    display:flex;
    align-items:center;
    justify-content:center;
}
.noNotifications img{
    height:8rem;
    width:auto;
}
div#NotificationsLoadMoreBtn {
    margin: 1rem auto;
    width: fit-content;
    border: 1px solid var(--Navy-blue);
    color: var(--Navy-blue);
    padding: 0.5rem 1.6rem;
    border-radius: .5rem;
    font-size: 1rem;
    font-family: var(--regularFont);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
html:not(.designer).light .notificationCard .request-state-text, 
html:not(.designer).light .notificationCard .request-timestamp, 
html:not(.designer).light .notificationCard .request-timestamp .timestamp-icon {
    color: rgba(255,255,255,.7);
}
 
html:not(.designer).light .notificationCard .request-icon-container{
  background: linear-gradient(to top, rgb(255 255 255 / 20%), #ffffff00);  
}
 
html:not(.designer).light .notificationCard .request-icon-container img{
  filter: brightness(0) invert(1);  
}
html:not(.designer).light .notification-form-content .request-status-badge{
    border: 0.188rem solid #043049;
}
html:not(.designer).light div#NotificationsLoadMoreBtn{
    border: 1px solid white;
    color: white;
}
html:not(.designer).light .request-icon-container{
    border: 0.0625rem solid rgb(255 255 255 / 12%);
}
.notificationCard:hover{
    background: rgb(255 255 255 / 30%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
 
html:not(.designer).light .notificationCard:hover{
    background: rgb(4 48 73 / 40%);
    box-shadow: rgb(89 89 89 / 20%) 0px 8px 24px;
}
div#NotificationsLoadMoreBtn:hover{
    background-color: #002134;
    color: white;
}
 
html:not(.designer).light div#NotificationsLoadMoreBtn:hover{
    background-color: white;
    color: #002134;
}
.theme-entry span.notification-meta{
    color:white;
}
.light .theme-entry span.notification-meta{
    color:var(--Navy-blue);
}

/* terms and conditions buttons */
a#\37 f7a8004-4848-6a6a-31ef-7a95b618e0ff_e1bbd1e1-5937-ba8c-cd31-ae4ac5e0097e,
a#\37 f7a8004-4848-6a6a-31ef-7a95b618e0ff_8610b375-cf7c-1ba0-851e-fb1a63973ea5{
    background-color: transparent;
    border: none!important;
    color: white!important;
    font-size: var(--fs-body);
    font-family: var(--regularFont);
    padding: 0!important;
    min-width: fit-content;
    margin: 0 .3rem;
}
.light a#\37 f7a8004-4848-6a6a-31ef-7a95b618e0ff_e1bbd1e1-5937-ba8c-cd31-ae4ac5e0097e,
.light a#\37 f7a8004-4848-6a6a-31ef-7a95b618e0ff_8610b375-cf7c-1ba0-851e-fb1a63973ea5{
    color: var(--Navy-blue)!important;
}
span#\33 cadd518-d4e8-7b10-93f0-0e742c7279b9 {
    display: flex!important;
    align-items: center;
}
/**/
#MainDashboardPopup.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: translateY(-0.75rem);
    z-index: -1;
    background-color: rgb(0 0 0 / 60%);
}

#MainDashboardPopup.popup.open {
    opacity: 1;
    z-index: 999;
    transform: translateY(0);
}

#MainDashboardPopup.popup .popup-content {
    background-color: #fefefe;
    border-radius: 1rem;
    width: 60%;
    min-width: 18rem;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-image: url("../assets/2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

#MainDashboardPopup.popup .popup-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0rem 2rem;
}

#MainDashboardPopup.popup .popup-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fbf4f0;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 0.0625rem solid #e0e4e7;
    padding: 0.5rem 1rem;
}

#MainDashboardPopup.popup .infoIcon {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
}

#MainDashboardPopup.popup .popup-text {
    text-align: left;
}

#MainDashboardPopup.popup .popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 2rem;
}

#MainDashboardPopup.popup .popup-content h2 {
    margin: 0;
    font-family: var(--mediumFont);
    font-size: var(--fs-h5);
    color: #002134;
}

#MainDashboardPopup.popup .popup-content p {
    line-height: 1.5rem;
    font-family: var(--regularFont);
    margin: 0;
    color: rgb(0 33 52 / 60%);
    font-size: var(--fs-body);
}

#MainDashboardPopup.popup .close-btn {
    background-color: transparent;
    color: #002134;
    font-size: larger;
    font-weight: bolder;
    border: none;
}

#MainDashboardPopup.popup .cancel-btn {
    background-color: transparent;
    border: 1px solid #002134;
    color: #002134;
    padding: .5rem 2rem;
    border-radius: .5rem;
    font-family: var(--regularFont);
}

#MainDashboardPopup.popup .review-btn {
    background-color: #002134;
    color: #cad1d5;
    padding: .5rem 2rem;
    border: none;
    border-radius: .5rem;
    font-family: var(--regularFont);
}

#MainDashboardPopup.popup .cancel-btn:hover {
    background-color: #f0f0f0;

}
.dropdown-menu-custom {
    position: fixed;
    top: var(--dropdown-top);
    left: var(--dropdown-left);
    z-index: 9999;
}
#AdminRequestsTableContainer tbody tr:last-child .dropdown-menu-custom{
    top: auto!important;
    bottom: 111%;
}
@media(min-width:768px) {
    .RequestFeedbackControl-RequestFeedbackControl .rating-container {
        justify-content: space-between;
    }

    .RequestFeedbackControl-RequestFeedbackControl .checkmark-circle {
        width: 7.5rem;
        height: 7.5rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .success-message {
        font-size: 1.1rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .success-title {
        font-size: 2.2rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl #successScreen {
        margin-top: 3rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-labels {
        display: flex;
    }



    .RequestFeedbackControl-RequestFeedbackControl .feedback-title {
        margin: 1rem 0 1.6rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .feedback-text {
        font-size: 1.1rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .feedback-title {
        margin: 4rem 0 1.6rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .RequestFeedbackControl-RequestFeedbackControl .card {
        height: 35rem;
        padding: 1.875rem 2rem;
    }

    .overviewCard,
    .totalRequests {
        width: 49%;
    }

    .marketingDashboard>.col-lg-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media(min-width:992px) {
    html:not(.designer) body.theme-entry .notification-form-content .notificationCard {
        padding: 1.5rem 1.75rem;
}
    .notification-form-content {
    padding: 0 1rem;
    width:calc(100% - 2rem);
}
    .noData h5 {
        font-size: 1.4rem !important;
    }

    html:not(.designer).light header [name="Table1"] {
        background-color: unset;
    }


    .RequestFeedbackControl-RequestFeedbackControl #successScreen {
        margin-top: 5rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-container {
        justify-content: center;

    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-labels {
        margin: 0 0 1rem 0 !important;
        gap: unset;
    }

    .RequestFeedbackControl-RequestFeedbackControl .request-id {
        font-size: 1.125rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .card-title {
        font-size: 1.5rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-btn {
        width: 4rem;
        height: 3.5rem;
        font-size: 1.375rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl {
        height: 41.375rem;
    }




    .RequestFeedbackControl-RequestFeedbackControl .card {
        padding: 2rem 3rem;
        height: 100%;
    }

    .left-logo-reports {
        width: 2.5rem;
        height: auto;
        margin-right: .8rem;
    }
    span#\30 c6f7712-92f0-2904-3076-8853c6072a89,
    div#d0300780-c69e-30af-366b-fb216c06c0a2_18a1ca65-4c9d-7340-a6d9-d6da3cb0f632_Table {
        flex-direction: row;
        margin: 0 0 1rem 0;
        justify-content: flex-end;
    }

    [name="NR_MarketingRequest_Form_Stage Area Item  view_move_left"] {
        width: calc(100% - 27rem) !important;
        margin-top: 1rem;
    }

    .myRequestsTable {
        margin-bottom: 2rem;
    }

    html:not(.designer) .commentsAttachments {
        width: calc(100% - 28rem) !important;
        border: 1.6px solid #e5e4de;
        margin: 1rem 0 !important;
        background-color: #042E47 !important;
    }

    html body .kpiCards .card {
        width: 13rem;
    }

    .RequestStatusControl-RequestStatusControl .status-container {
        background-color: transparent;
        opacity: 0;
        transform: translateX(100%);
        animation: 1s fadeRight forwards;
    }

    .RequestStatusControl-RequestStatusControl {
        margin-bottom: unset;
    }

    .status-title {
        margin-bottom: 2.5rem !important;
    }

    .status-container {
        padding: 0 0.5rem;
        position: fixed;
        right: 3rem;
        top: 8rem;
        background-color: var(--Isabelline);
        height: 100%;
        width: 26rem;
        overflow-y: auto;
        height: calc(100% - 9rem);
    }

    .table-container>.d-flex {

        justify-content: space-between !important;
    }

    header [name="Table1"] {
        padding: 0rem;
        background-color: transparent;
    }

    .myRequestsTable,
    .pendingRequestsTable {
        margin-bottom: 0rem;
    }

    header .profileBtn {
        display: none;
    }

    .search-box {
        max-width: 20rem !important;
    }

    .myRequestsTable>div:first-child,
    .pendingRequestsTable>div:first-child {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    .myRequestsTable{
    min-height: 32rem;
    }
    html body .kpiCards .card .card-body .kpiIcon,
    html body .marketingKPIs .card .card-body .kpiIcon {
        top: 1rem;
    }

    html body .kpiCards .card .card-body,
    html body .marketingKPIs .card .card-body {
        justify-content: flex-end;
    }

    .request-card:nth-child(2n+1) {
        
border-right: 1px solid rgb(255 255 255 / 12%);
    }

    html:not(.designer).light .request-card:nth-child(2n+1) {
        border-right: 1px solid rgb(0 0 0 / 10%);
    }



    div#\33 37d177a-1702-051c-161a-a586e313f30c_7662667a-c796-4ce0-a20b-2a2204922fd7_Table {
        padding: 0;
        background-color: transparent;
    }

    .marketingKPIs {
        flex-direction: row;
    }

    html body .requestsTile {
        width: 58%;
    }

    .request-card:nth-child(3),
    .request-card:nth-child(4) {
        border-bottom: none;
    }

    .pendingRequestsTable {
        height: 39rem;
    }


    .pendingRequestsTable {
        margin-bottom: 0;
    }

    .marketingDashboard>.col-lg-9 {
        flex: 0 0 auto;
        width: 74%;
        width: 100%;
        padding-right: 0;
    }

    [name="headerLogo"] {
        position: unset;
        margin-top: 0.5rem !important;
    }

    html body .requestsTile .card .card-header {
        padding: 1rem 2rem .5rem;
    }

    html body .requestsTile .card .card-body {
        padding: 0rem 2rem 1rem;
    }

    thead th {

        background-color: var(--Table-header) !important;

    }

    .request-cards {
        gap: 0;
        border-radius: .8rem;
        border: 1px solid rgb(255 255 255 /10%);
    }

    html:not(.designer) body aside.sidebar {
        transform: translateX(-100%);
        animation: 1s fadeLeft forwards;
    }

    html:not(.designer) body .kpiCards .card {
        width: 15rem;
    }

    .marketingDashboard>.col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
        width: 100%;
        padding-right: 0;
        gap: 0;
    }

    .marketingKPIs .col-lg-4 {
        width: 32%;
    }

    .overviewCard,
    .totalRequests {
        width: 100%;
    }

    div#a1785b7c-5537-44bf-a510-6f3e6760d6b1, 
    div#\30 96be5b7-6d7c-4600-b68b-5cb91a9d0323,
    div#fb0bad8f-6091-4e34-a098-d772d03b3ca4{
        margin: 0 !important;
        width: 100%;
        min-height: calc(100vh - 17rem);
    }
div#c41342a3-36c8-4f43-bc4b-1806d5d422cb{
        margin: 0 !important;
        width: 100%;
        min-height: calc(100vh - 13rem);
    }
    div#\37 edaed9a-032c-4fce-a780-69a0ae1005ad {
        margin: 0 !important;
        width: 100%;
        min-height: calc(100vh - 17rem);
    }

    div#d0300780-c69e-30af-366b-fb216c06c0a2_18a1ca65-4c9d-7340-a6d9-d6da3cb0f632_Table {
        margin: 0 !important;
        width: 100% !important;
    }
}

@media(min-width:1200px) {
        .request-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
       
    }
        .marketingDashboard>.col-lg-9 {
        width: 74%;

    }
     .marketingDashboard>.col-lg-3 {
        width: 24%;
    }
    .RequestFeedbackControl-RequestFeedbackControl .rating-btn {
        width: 3.5rem;
        height: 3.5rem;

    }

    .RequestFeedbackControl-RequestFeedbackControl .feedback-wrapper {
        display: block !important;
        visibility: visible;
    }

    .left-logo-reports {
        width: auto;
        margin-right: 1rem;
    }
    html:not(.designer) body .kpiCards .card {
        width: 48%;
    }

    .RequestFeedbackControl-RequestFeedbackControl .card {
        max-width: 62%;
    }
}

@media(min-width:1440px) {
    #AdminRequestsTableContainer thead th:last-child,
#AdminRequestsTableContainer tbody td:last-child{
    position: relative;
}
    .RequestFeedbackControl-RequestFeedbackControl .rating-container {
        flex-wrap: unset;
        justify-content: space-between;
    }
    #AdminRequestsTableContainer{
    overflow:visible!important;
}
    
#AdminRequestsTableContainer thead th:last-child::before,
#AdminRequestsTableContainer tbody td:last-child::before{
    display:none;
}
}

@media(min-width:1600px) {
    #MainDashboardPopup.popup .popup-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fbf4f0;
    border-radius: 0.5vw 0.5vw 0 0;
    border-bottom: 0.0625vw solid #e0e4e7;
    padding: 1vw 1vw;
}
    html:not(.designer) .commentsAttachments {
        width: calc(100% - 28vw) !important;
    }
    .subPanel .closeSubpanel {
        height: 3.5vw;
        width: 3.5vw;
        padding: 1.2vw;
        top: 2vw;
        right: -3.5vw;
        border-top-right-radius: .5vw;
        border-bottom-right-radius: .5vw;
    }

    .subPanel {
        width: 22vw;
        left: var(--sidebar_width_body_padding);
        padding: 3vw 2vw;
        border-top-right-radius: 1.5vw;
    }

    div#\31 17b3d33-1b3e-4ae1-9173-a68fb38d779a {
        margin: 0 !important;
    }

    

    .marketingKPIs {
        gap: 1vw;
        margin-bottom: 1vw;
    }

    .noData h5 {
        font-size: 1.2vw !important;
    }

    .resquestText {
        margin-top: 1.5vw;
    }

    .noDataPlaceholder {
        margin-top: 2vw;
    }

    html body .kpiCards .card .card-body .kpiIcon img,
    html body .marketingKPIs .card .card-body .kpiIcon img {
        height: 80%;
        width: 80%;
        object-fit: cover;
    }


    .left-logo-reports img {
        height: 80%;
        width: 80%;
        margin: auto;

    }


    .RequestFeedbackControl-RequestFeedbackControl {
        height: 37vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-labels {
        width: 75%;
        margin: 1.5vw auto !important;
    }


    .RequestFeedbackControl-RequestFeedbackControl .rating-container {
        width: 75%;
        margin: auto;
    }

    .RequestFeedbackControl-RequestFeedbackControl {
        width: 100%;
        margin: auto;
    }

    .RequestFeedbackControl-RequestFeedbackControl #successScreen {
        margin-top: 5.5vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .feedback-wrapper {
        overflow: unset;
    }

    .RequestFeedbackControl-RequestFeedbackControl .main-img {
        transform: translateY(.6rem) scale(1.2);
        margin-bottom: -3.875rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .card hr {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .card.totalRequests .dropdown-menu {
        top: 2vw;
    }

    [name*="view_move_left"] {
        width: calc(100% - 28vw) !important;
        margin-top: 1rem;
    }
    .custom-dropdown img {
        height: .8vw;
        width: .8vw;
    }

    .custom-dropdown {
        padding: 0.6vw 1vw;
        font-size: var(--fs-button);
        border-radius: .5vw;
        gap: .5vw;
    }

    .left-logo-reports {
        height: 3vw;
        width: 3vw;
        margin-right: 1vw;
    }

    span.box-number-reports {
        font-size: 1.6vw;
    }
    .userSatisfaction,
    .averageTime {
        border-radius: 1.2vw;
        margin-bottom: 0;
        height: 9.1vw;
        padding: 1vw !important;
    }

    a#d0300780-c69e-30af-366b-fb216c06c0a2_ffed2a91-5336-8335-0c6a-53c85a505588 {
        padding-right: 1vw !important;
        margin-right: .3vw !important;
    }

    .spinner-border {
        height: 2vw !important;
        width: 2vw !important;
    }

    #RequestsTableContainer {
        height: 32vw;
    }

    button.previousPage {
        height: .95vw;
        width: .95vw;
    }

    button.firstPage {
        height: 1.2vw;
        width: 1.2vw;
    }

    button.nextPage {
        height: 0.95vw;
        width: 0.95vw;
    }

    button.lastPage {
        height: 1.2vw;
        width: 1.2vw;
    }

    .view-attachments-btn {
        border-radius: 0.75vw;
        padding: 0.95vw;
        font-size: 0.9vw;
    }

    .status-icon.in-progress img {
        height: 2vw;
        width: 2vw;
    }

    .status-icon {
        left: -.8vw;
        top: 0.2vw;
        width: 2.8vw;
        height: 2.8vw;
    }

    .status-item::before {
        left: .5vw;
        top: 3.125vw;
        bottom: -1.875vw;
        width: .01vw;
    }
    .status-container {
        padding: 0 0.5vw;
        right: 1vw;
        top: 8vw;
        width: 26vw;
        height: calc(100% - 9vw);
    }
    .status-title {
        margin-bottom: 2vw !important;
    }
    .status-item {
        padding-left: 2.75vw;
        margin-bottom: 1.875vw;
    }
    .status-icon.completed img {
        height: 2vw;
        width: 2vw;
    }
    .status-header {
        margin-bottom: 0.3vw;
    }
    .pageOf span {
        font-size: .9vw;
        margin: 0 0.15vw 0vw;
    }
    .status-date {
        gap: 0.625vw;
    }

    .pageOf span.totalOf,
    .showingItems p {
        font-size: .9vw !important;
    }

    .myRequestsTable div:first-child {
        margin-bottom: 0.8vw;
    }

    .paginationIcons.d-flex.align-items-center {
        align-items: baseline !important;
    }

    .pageNumber {
        margin: 0 .2vw;
        height: 2vw;
        width: 2vw;
        border-radius: .5vw;
    }

    [name="headerLogo"] {
        width: 11vw;
        height: auto !important;
        right: 1vw;
        top: 1vw;
    }

    .request-card {
        padding: .8vw;
    }

    .marketingDashboard {
        gap: 1vw !important;
    }

    html body .requestsTile .card {
        border-radius: 1.2vw;

    }

    html body .requestsTile .card .card-header {
        padding: 1vw 2vw 0.6vw;
    }

    html body .requestsTile .card .card-body {
        padding: 0vw 2vw 1vw;
    }

    html:not(.designer) .theme-entry .input-control.radio.style-aware svg {
        height: 1.4vw !important;

    }

    .Select-btn .small-logo-chevron {
        width: .6vw;
        height: .6vw;
        padding-top: 0;
    }

    .Select-btn {
        gap: .3vw;
        border-radius: .5vw;
        padding: 0.6vw 0.6vw;
    }

    .barChart {
        height: 20.5vw;
        padding-top: .9vw;
    }

    .overviewCard .card-body .sentences {
        position: relative;
        padding-left: 1vw;
        padding-bottom: 0.4vw;
    }

    .overviewCard .card-body .sentences::before {
        width: .8vw;
        height: .8vw;
        top: 30%;
    }
    .overviewCard .card-body {
        transform: translateY(-1vw);
    }
    .status span {
        padding: 0.4vw .1vw !important;
        border-radius: 0.5vw;
        width: 100%;
    }
    div#requests-label {
        margin-left: .4vw;
    }
    html body ul.links>li {
        padding: .5vw 1vw;
        margin-bottom: 0.2vw;
        border-radius: .5vw !important;
    }
    .pendingRequestsTable .table thead th.sort svg {
        height: .8vw;
        width: .8vw;
    }
    .loadMoreBtn {
        border-radius: 1vw;
        padding: 0.5vw;
    }
    .percentage {
        font-size: 0.8vw;
    }

    .label-text {
        font-size: 0.9vw;
    }

    .number-text {
        margin-bottom: 0vw;
        font-size: 2.4vw;
    }

    .overviewCard .card-body span.label {
        font-size: .8vw;
    }

    .progress-segment {
        height: 2vw;
        margin-right: .2vw;
    }

    thead th span {
        padding: 0.5vw 1vw;
        font-size: 0.8vw;
    }

    .pendingRequestsTable th span {
        font-size: 0.8vw;
    }

    .myRequestsTable .sort svg {
        width: 1.1vw;
        margin-left: 1vw;
    }

    .search-box::before {
        left: 0.8vw;
        height: 1vw;
        width: 1vw;
    }

    .search-box {
        max-width: 20vw !important;
    }

    .search-box input {
        padding-left: 2.5vw;
        border-radius: 0.6vw;
        padding-top: .5vw;
        padding-bottom: .5vw;
    }

    .request-name {
        padding-left: 1.5vw;
    }

    .request-name::before {
        margin-right: .5vw;
        height: .8vw;
        width: .8vw;
    }

    .progress-bar-container {
        height: 0.8vw;
        border-radius: 1vw;
        margin-bottom: 1.5vw;
    }

    html body .kpiCards .card .card-body .kpiIcon,
    html body .marketingKPIs .card .card-body .kpiIcon {
        position: absolute;
        top: 1vw;
        right: 1vw;
        height: 2.6vw;
        width: 2.6vw;
    }

    .btn-edit {
        padding: 0.6vw 1.1vw;
        border-radius: .5vw;
        gap: 0.3vw;

    }

    table td .request-number::before {
        height: 1vw;
        width: 1vw;

    }

    .sideBarLinksGroup .icon {
        width: 1.1vw;
        margin-right: 0.8vw !important;
    }

    .myRequestsTable,
    .pendingRequestsTable {
        border-radius: 1vw;
        padding: 1vw 1.5vw;
        font-size: 1vw;
        margin-bottom: 0vw;
        margin-top: 1vw;
        min-height: 32vw;
        overflow: visible;
    }

    .pendingRequestsTable {
        height: 41vw;
    }

    .totalRequests {
        height: 27.5vw;
        border-radius: 1.2vw;
        padding: 1vw !important;
    }

    .overviewCard {
        border-radius: 1.2vw;
        margin-bottom: 1vw;
        height: 22vw;
        padding: 1vw !important;
    }

    html:not(.designer) body.theme-entry .table tbody td {
        padding: 0.7vw 1vw !important;
    }
    .request-number {
        gap: .5vw;
        padding-left: 2vw;
        padding-left: 1.6vw;
    }
    html body  .userInformations .username {
        font-size: 1vw;
    }

    html body .userSettings .userInformations .userPosition {
        font-size: .85vw;
    }

    html body .sidebar .userProfilePhoto {
        margin-right: 1vw;
        border-radius: 0.8vw;
        width: 3vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .card {
        padding: 2vw 2.5vw;

    }

    .request-cards,
    .request-card .percentage,
    div#requests-label {
        font-size: 0.8vw;
        border-radius: 0.8vw;
    }

    html body .kpiCards .card .card-body .kpiValue,
    html body .marketingKPIs .card .card-body .kpiValue {
        font-size: 1.5vw;
    }

    .requests-total {
        font-size: 1.4vw;
        margin-bottom: .7vw;
    }

    .tableHeader,
    html body .requestsTile .card .card-header h2,
    html body .col-lg-3 .card .card-header h2,
    html body .marketingoverview .card-header h2,
    html body .popularRequests .card-header h2,
    html body .userSatisfaction .card-header h2,
    html body .averageTime .card-header h2 {
        font-size: 1.2vw;
    }

    div#a1785b7c-5537-44bf-a510-6f3e6760d6b1, 
    div#\37 edaed9a-032c-4fce-a780-69a0ae1005ad,
    div#fb0bad8f-6091-4e34-a098-d772d03b3ca4 {
        min-height: calc(100vh - 17vw);
    }
div#c41342a3-36c8-4f43-bc4b-1806d5d422cb {
        min-height: calc(100vh - 13vw);
    }
    html:not(.designer) body aside.sidebar {
        padding: 2vw 0.7vw;
    }

    html body .kpiCards .card .card-body,
    html body .marketingKPIs .card .card-body {
        padding: 0 .5vw;
    }

    .chart-container {
        width: 100% !important;
        margin: auto;
        height: 12vw;
    }

    .sentencesContainer {
        width: 90%;
        margin: auto;
    }

    .pendingRequestsTable td,
    td[data-title="Actions"] .dropdown-custom button {
        border-radius: .8vw;
    }

    .dropdown-item-custom {
        font-size: 0.65vw;
    }

    html:not(.designer) body .kpiCards .card .card-body .kpiName,
    html:not(.designer) body .marketingKPIs .card .card-body .kpiName {
        font-size: 0.8vw;
        margin-bottom: .4vw;
    }

    html body .kpiCards {
        gap: 1vw;
    }

    html:not(.designer) body .kpiCards .card {
        width: 12vw;
        height: 8.5vw;
        padding: 0.7vw;
        border-radius: 1vw;
    }

    .marketingKPIs .col-lg-4 .card {
        height: 8.5vw;
        padding: 0.8vw;
        border-radius: 1vw;
    }

    .myRequestsTable {
        margin-top: 1vw;
    }

    .marketingDashboard>.col-lg-9 {
        padding-left: 0 !important
    }

    thead th:last-child {
        border-radius: 0.8vw 0 0 0.8vw;
    }

    thead th:last-child {
        border-radius: 0 0.8vw 0.8vw 0;
    }
}

@media(min-width:2000px) {
    .RequestFeedbackControl-RequestFeedbackControl .rating-labels {
        font-size: .85vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-container {
        gap: 1.1rem;
        justify-content: space-between;
    }

    .RequestFeedbackControl-RequestFeedbackControl .rating-btn {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 1.2vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .feedback-text {
        font-size: .9vw;
        margin: 0 0 3.5rem 0;
    }

    .RequestFeedbackControl-RequestFeedbackControl .card-title {
        font-size: 1.2vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .request-id {
        font-size: .9vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl {
        width: 90%;
        height: 30vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl #successScreen {
        margin-top: 12rem;
    }

    .RequestFeedbackControl-RequestFeedbackControl .success-message {
        font-size: .9vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .checkmark-circle {
        width: 6vw;
        height: 6vw;
    }

    .RequestFeedbackControl-RequestFeedbackControl .checkmark {
        width: 4vw;
        height: 4vw;

    }
}
/* final backup 16 january 2026 11:33am*/